[SciPy-dev] scipy.sparse + umfpack + system_info

Robert Cimrman cimrman3 at ntc.zcu.cz
Thu Apr 6 06:11:51 EDT 2006


Robert Cimrman wrote:
> Ed Schofield wrote:
>>>Ed Schofield wrote:
>>>
>>
>>I've run some small tests and the UMFPACK wrappers seems to work
>>fine. Well done, Robert!  Well done to Pearu too for his help with
>>distutils.
>>
>>I've added some small unit tests in linsolve/umfpack/tests/ 
>>test_umfpack2.py, including two that are commented out because I
>>can't figure out how to disable umfpack with the useUmfpack
>>variable.  Could you please check this, Robert?
> 
> 
> I will rename
> test_umfpack.py -> try_umfpack.py
> test_umfpack2.py -> test_umfpack.py
> 
> so that the tests could be run via scipy.test(). I will also check the 
> useUmfpack problem.

done. A sparse solver to use can be now chosen by e.g. 
linsolve.use_solver( {'useUmfpack' :  False} )

r.




More information about the SciPy-Dev mailing list