project-improv / improv

Adaptive Platform for Neuroscience Experiments
https://project-improv.github.io
MIT License
37 stars 11 forks source link

relative imports in tests #152

Closed jmxpearson closed 9 months ago

jmxpearson commented 10 months ago

Currently, if we python -m pytest from within the improv directory, tests pass, but running from subfolders fails because of relative imports. It would be good to fix/robustify this.

jmxpearson commented 9 months ago

closed by #155