[Numpy-discussion] Test test_minrelpath.py on unix for me

Pearu Peterson pearu at scipy.org
Sat Feb 11 07:21:02 EST 2006


On Fri, 10 Feb 2006, Tim Hochberg wrote:

>
> Could someone try the attached diff on a unixy system? It works under 
> windows, but it's easy to mess up those \/'s.

Hmm, minrelpath does not need

     if os.sep != '/':
         path = path.replace('/',os.sep)

In functions (see njoin, for instance) that call minrelpath already have 
applied this codelet.

I have commited the tests fix with some modifications to svn, tested on 
Linux.

Pearu




More information about the NumPy-Discussion mailing list