"the python code upcast somewhere internally some value of float32 to python float for part of its computation. That make that the c and python code don't generate the same value. You can ignore this error.")
'some value of float32 to python float for '
'part of its computation. That make that the '
'c and python code dont generate the same value. '
'You can ignore this error.')
assertall(numpy.isfinite(f(val)))
assertall(numpy.isfinite(f(val)))
deftest_local_grad_log_erfc_neg(self):
deftest_local_grad_log_erfc_neg(self):
...
@@ -4376,8 +4379,13 @@ class T_local_erfc(unittest.TestCase):
...
@@ -4376,8 +4379,13 @@ class T_local_erfc(unittest.TestCase):
# The python code upcast somewhere internally some value of float32
# to python float for part of its computation. That make that the c
# and python code do not generate the same value. You can ignore
# this error. This happen in an intermediate step that don't show
# in the final result.
# Showing this test error is a duplicate of the one in test_local_log_erfc. We hide it.
# Showing this test error is a duplicate of the one in test_local_log_erfc. We hide it.
#raise KnownFailureTest("the python code upcast somewhere internally some value of float32 to python float for part of its computation. That make that the c and python code don't generate the same value. You can ignore this error. This happen in an intermediate step that don't show in the final result.")