You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nlpy/model tests don't run anymore. It seems nose is trying to import _amplpy locally but isn't searching PYTHONPATH. The module works from the command line.
Perhaps we shouldn't use numpy.testing, which only allows to do import nlpy; nlpy.test().