eric-haibin-lin commented on a change in pull request #13229: Add gauss err
function operator
URL: https://github.com/apache/incubator-mxnet/pull/13229#discussion_r233266025
##########
File path: tests/python/unittest/test_operator.py
##########
@@ -3496,6 +3496,10 @@ def test_special_functions_using_scipy():
mathematical_core("gammaln", lambda x: mx.sym.gammaln(x), lambda x:
scipy_special.gammaln(x),
lambda x: scipy_special.psi(x), 0.5, 0.5)
+ # erf
+ mathematical_core("erf", lambda x: mx.sym.erf(x), lambda x:
scipy_special.erf(x),
Review comment:
Good question. I think the numerical grad test cases for all
mathematical_core ops are missing. Since there are many ops, we'd better track
that as a separate task.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services