Re: [Numpy-discussion] numpy and unittests

2006-08-07 Thread Robert Kern
Christian Meesters wrote: > Hi, > > I used to work with some unittest scripts for a bigger project of mine. Now > that I started the project again the tests don't work anymore, using numpy > version '0.9.5.2100' . > > The errors I get look are like this: > > ERROR: _normalize() should return d

[Numpy-discussion] numpy and unittests

2006-08-07 Thread Christian Meesters
Hi, I used to work with some unittest scripts for a bigger project of mine. Now that I started the project again the tests don't work anymore, using numpy version '0.9.5.2100' . The errors I get look are like this: ERROR: _normalize() should return dataset scaled between 0 and 1 --