[Numpy-discussion] np.any and np.all short-circuiting

David Cournapeau cournape at gmail.com
Fri Sep 25 06:12:46 EDT 2009


On Fri, Sep 25, 2009 at 6:50 PM, Citi, Luca <lciti at essex.ac.uk> wrote:
> Thanks for your reply.
> So, what is the correct way to test a numpy development version without installing it in /usr/lib/... or /usr/local/lib/.. ?
> What do you guys do?

Build in place, but test from outside the source tree. I for example
have a makefile which does the build + test dance, but anything could
do.

cheers,

David



More information about the NumPy-Discussion mailing list