Re: [Numpy-discussion] All numpy-f2py tests failed

2014-09-23 Thread Romu Hu
On 2014/9/24 12:52, Charles R Harris wrote: On Tue, Sep 23, 2014 at 10:30 PM, Charles R Harris mailto:charlesr.har...@gmail.com>> wrote: On Tue, Sep 23, 2014 at 10:20 PM, Charles R Harris mailto:charlesr.har...@gmail.com>> wrote: Looks like you need to do >>> import numpy.f2py as

Re: [Numpy-discussion] All numpy-f2py tests failed

2014-09-23 Thread Charles R Harris
On Tue, Sep 23, 2014 at 10:30 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Tue, Sep 23, 2014 at 10:20 PM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> Looks like you need to do >>> import numpy.f2py as f2py >>> f2py.test() To run tests with the redhat

Re: [Numpy-discussion] All numpy-f2py tests failed

2014-09-23 Thread Charles R Harris
On Tue, Sep 23, 2014 at 10:20 PM, Charles R Harris < charlesr.har...@gmail.com> wrote: > > > On Tue, Sep 23, 2014 at 9:21 PM, Romu Hu wrote: > >> Hi, >> >> I'm using python27-numpy-f2py-1.7.1-9.el6.x86_64 from RHEL6, the package >> has a test directory >> "/usr/lib64/python2.7/site-packages/numpy

Re: [Numpy-discussion] All numpy-f2py tests failed

2014-09-23 Thread Charles R Harris
On Tue, Sep 23, 2014 at 9:21 PM, Romu Hu wrote: > Hi, > > I'm using python27-numpy-f2py-1.7.1-9.el6.x86_64 from RHEL6, the package > has a test directory > "/usr/lib64/python2.7/site-packages/numpy/f2py/tests", when I run > unittest in the directory, all 358 testcases fail: > > # cd /usr/lib64/py

[Numpy-discussion] All numpy-f2py tests failed

2014-09-23 Thread Romu Hu
Hi, I'm using python27-numpy-f2py-1.7.1-9.el6.x86_64 from RHEL6, the package has a test directory "/usr/lib64/python2.7/site-packages/numpy/f2py/tests", when I run unittest in the directory, all 358 testcases fail: # cd /usr/lib64/python2.7/site-packages/numpy/f2py/tests # python27 -m unittest