pennmem/ptsa

How can we fix the pain of trying to run tests?

Closed this issue · 2 comments

Because of the way extension modules are built and installed, getting tests to run is often full of frustration with regards to seeing messages about no module named _morlet existing. There must be a better way of getting things to work consistently both on TravisCI and when running locally. Ideas?

If you run python setup.py develop, the Swig modules get built in-place, so this seems to help things a bit.

This has largely been resolved in #188.