-
Notifications
You must be signed in to change notification settings - Fork 51
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
Store failed calculations with a dedicated naming scheme #2151
Conversation
…cc into clean_terminate
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2151 +/- ##
==========================================
- Coverage 99.09% 99.04% -0.06%
==========================================
Files 81 81
Lines 3319 3339 +20
==========================================
+ Hits 3289 3307 +18
- Misses 30 32 +2 ☔ View full report in Codecov by Sentry. |
Summary of Changes
Closes #2016 by storing failed calculations in a renamed
failed-quacc-...
directory. The only user-facing change here is thetmp-quacc-12345
becomesfailed-quacc-12345
upon failure.Checklist
main
.Notes