-
Notifications
You must be signed in to change notification settings - Fork 176
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
upgrade all tasks to dpdispatcher #749
Conversation
This commit upgrades init_reaction and init_surf to use dpdispatcher
Codecov Report
@@ Coverage Diff @@
## devel #749 +/- ##
==========================================
+ Coverage 33.91% 34.39% +0.47%
==========================================
Files 93 93
Lines 16562 16771 +209
==========================================
+ Hits 5617 5768 +151
- Misses 10945 11003 +58
Continue to review full report at Codecov.
|
errlog : str, default=err | ||
path to log from stderr | ||
api_version : str, default=0.9 | ||
API version. 1.0 is recommended |
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.
Do you think that we should upgrade the default to 1.0 ?
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.
Upgrading to 1.0 is a breaking change, so we should do it only before the release of DP-GEN 1.0.0.
* upgrade all tasks to dpdispatcher This commit upgrades init_reaction and init_surf to use dpdispatcher * fix method args * fix typo * change the variable name from `work_dir` to `work_path`
This commit upgrades init_reaction and init_surf to use dpdispatcher