Closed GoogleCodeExporter closed 9 years ago
Urgh, that was an ugly secondary effect of importing everything from
numpy.testing. So I decided to apply your patch and do a new release.
Thanks for the patch!
Original comment by fal...@gmail.com
on 8 Sep 2013 at 6:20
diff -r d4912e125346 numexpr/tests/test_numexpr.py --- a/numexpr/tests/test_numexpr.py Tue Sep 03 15:11:44 2013 +0200 +++ b/numexpr/tests/test_numexpr.py Sat Sep 07 17:55:16 2013 -0700 @@ -20,7 +20,8 @@ sin, cos, tan, arcsin, arccos, arctan, arctan2, sinh, cosh, tanh, arcsinh, arccosh, arctanh, log, log1p, log10, exp, expm1) -from numpy.testing import * +from numpy.testing import (assert_equal, assert_array_equal,
Original issue reported on code.google.com by
cjgoh...@gmail.com
on 8 Sep 2013 at 1:14