Changeset 1045

Show
Ignore:
Timestamp:
06/19/08 13:17:01 (2 months ago)
Author:
dmitrey.kroshko
Message:

fixing error
from numpy.testing import NumpyTest?
ImportError?: cannot import name NumpyTest?
(I just have commented it out)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openopt/scikits/openopt/__init__.py

    r1021 r1045  
    88#__all__ = filter(lambda s:not s.startswith('_'),dir()) 
    99 
    10 from numpy.testing import NumpyTest 
    11 test = NumpyTest().test 
     10#from numpy.testing import NumpyTest 
     11#test = NumpyTest().test 
    1212 
    1313