[SciPy-dev] test_lgmres.py

Nils Wagner nwagner at iam.uni-stuttgart.de
Tue May 19 14:18:12 EDT 2009


Hi all,

An import nose is missing in test_lgmres.py

It works for me with:
  
if __name__ == "__main__":
     import nose
     nose.run(argv=['', __file__])


Cheers,
               Nils



More information about the SciPy-Dev mailing list