[SciPy-user] Running scipy.test on recent SVN build

Joshua Lippai discerptor at gmail.com
Sat Mar 22 04:45:06 EDT 2008


Alright, I rebuilt scipy and managed to whittle it down to 7 errors
instead of 8, but that failure is still there, and there weren't any
alarms during the building other than:

library 'mach' defined more than once, overwriting build_info
{'sources': ['scipy/integrate/mach/d1mach.f',
'scipy/integrate/mach/i1mach.f', 'scipy/integrate/mach/r1mach.f',
'scipy/integrate/mach/xerror.f'], 'config_fc': {'noopt':
('scipy/integrate/setup.pyc', 1)}, 'source_languages': ['f77']}...
with
{'sources': ['scipy/special/mach/d1mach.f',
'scipy/special/mach/i1mach.f', 'scipy/special/mach/r1mach.f',
'scipy/special/mach/xerror.f'], 'config_fc': {'noopt':
('scipy/special/setup.pyc', 1)}, 'source_languages': ['f77']}...

Any ideas on this?

On Fri, Mar 21, 2008 at 1:30 PM, Joshua Lippai <discerptor at gmail.com> wrote:
> Hello all,
>
>  Last night I tried installing scipy (on OS X 10.5.2) and I was
>  surprised to find that nose is now required to run scipy.test. I
>  installed it successfully through easy_install, but now it still won't
>  run the test, instead producing the following error:
>
>  >>> scipy.test(1,10)
>  Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/testing/nosetester.py",
>  line 115, in test
>     argv = self._test_argv(label, verbose, extra_argv)
>   File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/scipy/testing/nosetester.py",
>  line 98, in _test_argv
>     raise TypeError, 'Selection label should be a string'
>  TypeError: Selection label should be a string
>
>  Has anyone experienced this as well or now what's going on and how to
>  fix it so I can run scipy.test? Much thanks in advance.
>
>  Josh
>



More information about the SciPy-User mailing list