deepmodeling / dpgen2

2nd generation of the Deep Potential GENerator
https://docs.deepmodeling.com/projects/dpgen2/
GNU Lesser General Public License v3.0
32 stars 24 forks source link

Refact configuration selection #109

Closed wanghan-iapcm closed 1 year ago

wanghan-iapcm commented 1 year ago

This PR refactor the configuration selection of dpgen2. Some key changes are

njzjz commented 1 year ago

@wanghan-iapcm It seems that the tests hang

codecov-commenter commented 1 year ago

Codecov Report

Attention: Patch coverage is 93.57143% with 9 lines in your changes missing coverage. Please review.

Project coverage is 80.63%. Comparing base (9a722c1) to head (75197ee). Report is 127 commits behind head on master.

Files Patch % Lines
dpgen2/entrypoint/submit.py 40.00% 3 Missing :warning:
dpgen2/exploration/render/traj_render.py 80.00% 3 Missing :warning:
dpgen2/exploration/report/report.py 86.66% 2 Missing :warning:
dpgen2/exploration/render/traj_render_lammps.py 97.14% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #109 +/- ## ========================================== - Coverage 81.08% 80.63% -0.46% ========================================== Files 69 72 +3 Lines 2903 2980 +77 ========================================== + Hits 2354 2403 +49 - Misses 549 577 +28 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wanghan-iapcm commented 1 year ago

@njzjz ready for review