test_scalarmath.py", line 63
![](https://secure.gravatar.com/avatar/612395b66b3e7959997007b342b3688a.jpg?s=120&d=mm&r=g)
numpy.__version__ '0.9.9.2553'
numpy.test(1,10) results in ====================================================================== FAIL: check_types (numpy.core.tests.test_scalarmath.test_types) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/numpy/core/tests/test_scalarmath.py", line 63, in check_types assert val.dtype.num == typeconv[k,l] and \ AssertionError: error with (0,7) ---------------------------------------------------------------------- Ran 368 tests in 0.479s FAILED (failures=1) Nils
![](https://secure.gravatar.com/avatar/49df8cd4b1b6056c727778925f86147a.jpg?s=120&d=mm&r=g)
Nils Wagner wrote:
This is probably on a 64-bit system. It would be great if you could take the code in the test module and adapt it to print out the typecodes that are obtained using 0-dimensional arrays. Of course, maybe that's a better way to run the test.... -Travis
![](https://secure.gravatar.com/avatar/49df8cd4b1b6056c727778925f86147a.jpg?s=120&d=mm&r=g)
Nils Wagner wrote:
This is probably on a 64-bit system. It would be great if you could take the code in the test module and adapt it to print out the typecodes that are obtained using 0-dimensional arrays. Of course, maybe that's a better way to run the test.... -Travis
participants (2)
-
Nils Wagner
-
Travis Oliphant