-
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
dprc: add restart_from_iter
option
#1322
Conversation
Signed-off-by: Jinzhe Zeng <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> (cherry picked from commit 6329cee)
Signed-off-by: Jinzhe Zeng <[email protected]>
Signed-off-by: Jinzhe Zeng <[email protected]>
for more information, see https://pre-commit.ci
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## devel #1322 +/- ##
==========================================
+ Coverage 48.24% 48.45% +0.20%
==========================================
Files 82 82
Lines 14601 14606 +5
==========================================
+ Hits 7044 7077 +33
+ Misses 7557 7529 -28
☔ View full report in Codecov by Sentry. |
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.
we may want to explicitly say in the doc that the restart_from_iter
only support dprc with amber.
This argument is inside the amber variant, so the path should be clear. BTW, I found the documentation is down... |
It seems that the error is caused by sphinx-doc/sphinx#11662 |
Add the
restart_from_iter
option in each iteration of DPRc simulations to restart from a previous iteration instead of initial structures.