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

lmp: do not write model deviation if the same step written previously #2936

Closed
wants to merge 1 commit into from

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Oct 18, 2023

Fix #1311.

#1311 was not clearly described. I checked the LAMMPS source code and think the following line is the closest to the description: https://github.com/lammps/lammps/blob/f0801338f325e185e49a9b5b081455c7964de9d9/src/output.cpp#L260

Fix deepmodeling#1311.

deepmodeling#1311  is not clearly described. I check the LAMMPS source code and think the following line is the most close to the description:
https://github.com/lammps/lammps/blob/f0801338f325e185e49a9b5b081455c7964de9d9/src/output.cpp#L260
Signed-off-by: Jinzhe Zeng <[email protected]>
@codecov
Copy link

codecov bot commented Oct 18, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (64a5aa8) 72.47% compared to head (3f43ad4) 75.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##            devel    #2936      +/-   ##
==========================================
+ Coverage   72.47%   75.20%   +2.72%     
==========================================
  Files         245      245              
  Lines       24687    24688       +1     
  Branches     1599     1599              
==========================================
+ Hits        17893    18566     +673     
+ Misses       5862     5186     -676     
- Partials      932      936       +4     
Files Coverage Δ
source/lmp/pair_deepmd.cpp 52.34% <85.71%> (+0.27%) ⬆️

... and 35 files with indirect coverage changes

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

@njzjz njzjz closed this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request] _model-devi_to_distinguish inner/outer steps of lammps_
1 participant