[SciPy-user] umfpack and building scipy from source
David Linke
davidlinke at tiscali.de
Thu Nov 30 16:34:53 EST 2006
Ryan Krauss wrote:
> Following Robert Kern's advice I am getting very close. The API error
> is now gone.
>
> There is my current scipy.test() output.
>
(...)
> ======================================================================
> ERROR: test_smallest_same_kind (scipy.io.tests.test_recaster.test_recaster)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "C:\Python24\Lib\site-packages\scipy\io\tests\test_recaster.py", line 61,
> in test_smallest_same_kind
> assert C.dtype.type == req_type, \
> AttributeError: 'NoneType' object has no attribute 'dtype'
>
> ----------------------------------------------------------------------
> Ran 1595 tests in 3.344s
>
> FAILED (errors=1)
> Out[4]: <unittest.TextTestRunner object at 0x03EB48F0>
>
> What else should I try?
FYI: I get the same error (on windows). I looked into the svn-log and
saw that recaster.py / test_recaster.py have been changed yesterday.
Obviously they are still buggy.
David
More information about the SciPy-User
mailing list