AllenInstitute / openscope_databook

OpenScope databook: a collaborative, versioned, data-centric collection of foundational analyses for reproducible systems neuroscience 🐁🧠🔬🖥️📈
https://alleninstitute.github.io/openscope_databook
Other
64 stars 19 forks source link

Change setup so that databook utils is the module name #320

Closed rcpeene closed 7 months ago

rcpeene commented 10 months ago

We discovered that the files in databook utils are directly importable (but not through a module called "databook_utils") is because of a line in setup.py. To fix this we need to change the setup, change the imports in all notebooks. Perhaps alter the tests, and verify it works on each platform