Skip to content
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

support automatic training_reuse_old_ratio #1209

Merged
merged 3 commits into from May 16, 2023

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented May 6, 2023

set the default value to auto instead of raising errors

njzjz and others added 2 commits May 6, 2023 12:49
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@njzjz
Copy link
Member Author

njzjz commented May 6, 2023

@robinzyb it seems that unit test for cp2k is broken after dpdata v0.2.15 is released.

@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Patch coverage: 31.81% and project coverage change: -0.03 ⚠️

Comparison is base (84d4a1a) 47.14% compared to head (4b2dbd4) 47.11%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #1209      +/-   ##
==========================================
- Coverage   47.14%   47.11%   -0.03%     
==========================================
  Files          82       82              
  Lines       14633    14652      +19     
==========================================
+ Hits         6898     6903       +5     
- Misses       7735     7749      +14     
Impacted Files Coverage Δ
dpgen/generator/run.py 65.65% <28.57%> (-0.29%) ⬇️
dpgen/generator/arginfo.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@wanghan-iapcm wanghan-iapcm merged commit 65bc64a into deepmodeling:devel May 16, 2023
7 checks passed
wanghan-iapcm pushed a commit that referenced this pull request Jun 9, 2023
The same rules as deepmd-kit are applied.
Manually fix a lot of typos, such as `pp_list` -> `pp_lists` in
`dpgen/database/vasp.py`.
Manually fix a typo in #1209, where `get_nframes` was forgotten to add.
Manually replace the deprecated `scipy.interpolate.PiecewisePolynomial`
with `scipy.interpolate.BPoly.from_derivatives`.

---------

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants