Skip to content

Commit

Permalink
Update dpgen2/exploration/task/lmp_template_task_group.py
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
wanghan-iapcm and coderabbitai[bot] authored Oct 2, 2024
1 parent db0e577 commit 02b6f97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dpgen2/exploration/task/lmp_template_task_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ def revise_lmp_input_dump(lmp_lines, trj_freq, pimd_bead=None):
lmp_pimd_traj_name % pimd_bead if pimd_bead is not None else lmp_traj_name
)
lmp_lines[idx] = (

Check failure on line 185 in dpgen2/exploration/task/lmp_template_task_group.py

View workflow job for this annotation

GitHub Actions / pyright

"(" was not closed
f"dump dpgen_dump all custom %d {lmp_traj_file_name} id type x y z"
lmp_lines[idx] = (
f"dump dpgen_dump all custom {trj_freq} {lmp_traj_file_name} id type x y z"
)
% trj_freq
)
return lmp_lines
Expand Down

0 comments on commit 02b6f97

Please sign in to comment.