From: Tim H. <tim...@ie...> - 2006-10-21 03:55:57
|
Brian Granger wrote: > Also, when I use seterr(all='ignore') the the tests fail: > > ====================================================================== > FAIL: Ticket #112 > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/common/homes/g/granger/usr/local/lib/python/numpy/core/tests/test_regression.py", > line 219, in check_longfloat_repr > assert(str(a)[1:9] == str(a[0])[:8]) > AssertionError > > ---------------------------------------------------------------------- > Ran 516 tests in 0.823s > > FAILED (failures=1) > > Thanks for helping out on this. > How recent is your version? I just a problem that was causing this same failure yesterday -- if you checkout is older than that, you may want to get the most recent stuff from SVN and see if that fixes this. -tim |