-
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
fix ‘post_fp_cp2k’, add param rfailed #765
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #765 +/- ##
==========================================
+ Coverage 33.91% 34.80% +0.89%
==========================================
Files 93 96 +3
Lines 16562 16638 +76
==========================================
+ Hits 5617 5791 +174
+ Misses 10945 10847 -98
Continue to review full report at Codecov.
|
_sys.check_type_map(type_map = jdata['type_map']) | ||
#_sys.check_type_map(type_map = jdata['type_map']) |
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.
Could you explain why the check_type_map is commented out?
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.
Thanks for your comment, I have edited my comment.
@njzjz @felix5572 FYI |
This is not the expected behavior. dpdispatcher should check the return code unless cp2k always returns 0. |
* fix ‘post_fp_cp2k’, add param rfailed * Update run.py
post_fp_cp2k