On Fri, Jun 20, 2008 at 6:22 PM, Alan McIntyre <[EMAIL PROTECTED]>
wrote:

> On Fri, Jun 20, 2008 at 7:22 PM, Fernando Perez <[EMAIL PROTECTED]>
> wrote:
> > It may be worth bringing it up wtih the nose guys here:
> >
> > http://lists.idyll.org/listinfo/testing-in-python
> >
> > The nose author seems very responsive, and Titus Brown is on the list
> > and cares a lot about numpy/scipy, and he may offer suggestions as
> > well.
>

Speaking of nose, I discovered why it couldn't find test_linalg.py; there
was a working copy in the tests directory named test_linalg.pure.py that got
copied into the numpy install and the name apparently confused nose. Moral:
don't leave working files in the test directories.

Chuck
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to