-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for read-only installation #303
Comments
- change the mth5_path to be part of make_mth5_from_asc instead of being defined in the StationConfig - add target_folder argument to create_mth5_synthetic file
- need pypi or condaforge to test NCI environment build, therefore bumping to test there if issue #303 is resolved
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:
|
This worked in the 2023 workshop in Canberra at on the NCI system. |
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.
The text was updated successfully, but these errors were encountered: