Re: [Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-25 Thread Ralf Gommers
On Mon, Oct 25, 2010 at 5:40 PM, Friedrich Romstedt wrote: > 2010/10/25 Vincent Davis : >> On Sun, Oct 24, 2010 at 6:29 PM,   wrote: >>> On Sun, Oct 24, 2010 at 8:17 PM, Ralf Gommers >>> wrote: On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis wrote: > python2.7 10.5, osx 10.6, numpy

Re: [Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-25 Thread Friedrich Romstedt
2010/10/25 Vincent Davis : > On Sun, Oct 24, 2010 at 6:29 PM,   wrote: >> On Sun, Oct 24, 2010 at 8:17 PM, Ralf Gommers >> wrote: >>> On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis >>> wrote: python2.7 10.5, osx 10.6, numpy 1.5.1rc1 Test pass when run from python prompt (see bottom) bu

Re: [Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-24 Thread Vincent Davis
On Sun, Oct 24, 2010 at 6:29 PM, wrote: > On Sun, Oct 24, 2010 at 8:17 PM, Ralf Gommers > wrote: >> On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis >> 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

Re: [Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-24 Thread josef . pktd
On Sun, Oct 24, 2010 at 8:17 PM, Ralf Gommers wrote: > On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis > 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.

Re: [Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-24 Thread Ralf Gommers
On Sun, Oct 24, 2010 at 2:44 AM, Vincent Davis 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

[Numpy-discussion] tests fails when run $nosetests numpy, but not from python prompt

2010-10-23 Thread Vincent Davis
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. 105osxpython:~ Vincent$ nosetests numpy .