Closed zjgemi closed 2 months ago
tests/exploration/test_traj_render_lammps.py
10-10: `.context.dpgen2` imported but unused Remove unused import: `.context.dpgen2` (F401)
tests/exploration/test_traj_render_lammps.py (3)
`9-11`: The existing comment is still valid. Please address the unused import as suggested in the previous review.--- `18-37`: **LGTM!** The code changes are approved. --- `39-58`: **LGTM!** The code changes are approved.Tools
Ruff
10-10: `.context.dpgen2` imported but unused Remove unused import: `.context.dpgen2` (F401)dpgen2/op/run_lmp.py (4)
`82-82`: **LGTM!** The code change is approved. --- `187-196`: **LGTM!** The code changes are approved. Also applies to: 208-209 --- Line range hint `219-239`: **LGTM!** The code change is approved. --- `314-333`: Skipping generating a similar comment as the past comment is still valid and applicable to the current code segment.dpgen2/entrypoint/submit.py (2)
`373-378`: **LGTM!** The code changes to introduce the `use_ele_temp` parameter in the `make_lmp_naive_exploration_scheduler` function are approved. --- `629-631`: **LGTM!** The code changes to pass the `use_ele_temp` configuration to the exploration workflow in the `workflow_concurrent_learning` function are approved.
Attention: Patch coverage is 82.20859%
with 29 lines
in your changes missing coverage. Please review.
Project coverage is 83.70%. Comparing base (
8fb287e
) to head (b22a73e
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
please ref to the following prs of the dpdata
repo, which fix the issue of customized dtype
https://github.com/deepmodeling/dpdata/pull/702
https://github.com/deepmodeling/dpdata/pull/704
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Tests