On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis <[email protected]> wrote: > python2.7 10.5, osx 10.6, numpy 1.5.1rc1 > Test pass when run from python prompt (see bottom) but fail when run > from $nosetests numpy.
That is expected, see http://article.gmane.org/gmane.comp.python.numeric.general/40781. Cheers, Ralf > > 105osxpython:~ Vincent$ nosetests numpy > .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E........................................................................................................................................................................................................................................E......................Warning: > overflow encountered in ldexp > .......................................................................E......................E...........................................................................................EEEEEE...................................................................................................................................................................................................................................................................................................................................................................................EEEEEEEEEE.EE.............................................................................................................................................................................................................................................................................................................................................................................................................................. > ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S................................................................................................................................................................................................................................................................................................................................................................................ > ............................................................................................................................................................................................................................................................................................................................. > ====================================================================== > ERROR: test_array_from_sequence_scalar_array2 (test_regression.TestRegression) > Ticket #1081: weird array with strange input... > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/testing/decorators.py", > line 213, in knownfailer > raise KnownFailureTest, msg > KnownFailureTest: Fix this for 1.5.0. > _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
