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

Bugfix for pimd: sorting model_devi files #1470

Merged
merged 15 commits into from
Mar 1, 2024

Conversation

Yi-FanLi
Copy link
Collaborator

The previous regular expression did not sort the multiple model_devi.out files in pimd correctly. As a result, the correspondence between the model_devi files and the trajectory files was wrong. Since the wrong configurations were picked, the model_devi accuracy cannot be improved to a very high level when pimd is used. This PR fixes the bug.

Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.51%. Comparing base (aefcbc2) to head (c889d74).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #1470   +/-   ##
=======================================
  Coverage   49.51%   49.51%           
=======================================
  Files          83       83           
  Lines       14820    14820           
=======================================
  Hits         7338     7338           
  Misses       7482     7482           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

dpgen/generator/run.py Outdated Show resolved Hide resolved
dpgen/generator/run.py Outdated Show resolved Hide resolved
Yi-FanLi and others added 2 commits February 29, 2024 16:51
Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Signed-off-by: Yifan Li李一帆 <yifanl0716@gmail.com>
@Yi-FanLi Yi-FanLi requested a review from njzjz February 29, 2024 22:02
@njzjz njzjz merged commit b1ea0e9 into deepmodeling:devel Mar 1, 2024
7 checks passed
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

2 participants