simpeg / aurora

software for processing natural source electromagnetic data
MIT License
13 stars 2 forks source link

Support for read-only installation #303

Open kkappler opened 8 months ago

kkappler commented 8 months ago

Participants will be running their notebooks from the installed location, but will not have write access to the aurora install directory.

The Jupyter notebooks must be run in that state.

kkappler commented 8 months ago

If we want to have access to the synthetic data we have to move the data within the PyPI scope. This means:

What is currently breaking however is the execution of pathlib's mkdir() command when the places for the test results are being built. Since there are no tests in PyPI or conda-forge , we should be able to get around this by: