-
Notifications
You must be signed in to change notification settings - Fork 4
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
(SE) Temporary folder handling #432
Labels
core development
design related issues and improvements
Comments
Also somewhat relevant discussion in the GEOSgcm context: |
If nothing else, that code fragment should probably use the Of course, even that uses |
ashiklom
added a commit
that referenced
this issue
Sep 30, 2024
Dooruk
pushed a commit
that referenced
this issue
Oct 1, 2024
* Remove hardcoded /tmp from code_tests See #432 * Fix GEOS_mksi test Since GEOS-ESM/GEOS_mksi#2 was merged, GEOS_mksi main and develop are now in sync. This was causing the GEOS_mksi test to fail. This changes the test to point to a known (very old!) version of GEOS_mksi that will cause an error, so the test actually passes.
This was addressed by #436 right? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are certain
codetests
that create templated YAMLs in/tmp
, see below:swell/src/swell/utilities/scripts/task_question_dicts.py
Line 144 in dae29b4
This location is not reliably erased and NCCS doesn't want us to fill this up so we should have a better temporary file handling.
For codestests;
if everything works fine, they can be deleted.
in case of an error, they should be kept until the user no longer needs them, which could be when the terminal is closed?
The text was updated successfully, but these errors were encountered: