Tests
dpo opened this issue · 0 comments
dpo commented
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()
.