-
Notifications
You must be signed in to change notification settings - Fork 175
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
Modify the post_fp_cp2k function to generate multisystem data. Allows to run different system at one single iteration model_devi step. #1513
Conversation
… to run different system at one single iteration model_devi step.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete the code you want to delete instead of commenting it and leaving it here. : )
for more information, see https://pre-commit.ci
add dependency on cp2kdata
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## devel #1513 +/- ##
==========================================
- Coverage 49.50% 49.50% -0.01%
==========================================
Files 83 83
Lines 14818 14816 -2
==========================================
- Hits 7336 7335 -1
+ Misses 7482 7481 -1 ☔ View full report in Codecov by Sentry. |
Now it looks good! |
Modify the post_fp_cp2k function to generate multisystem data. Allows to run different system at one single iteration model_devi step.