Skip to content

Commit c9ace72

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64e17f5 commit c9ace72

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tests/test_check_examples.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@
164164
),
165165
(run_jdata, p_examples / "run" / "dprc" / "generator.json"),
166166
# pwmat test file from examples
167-
(run_jdata, p_examples / "run" / "deprecated" / "dp2.x-lammps-pwmat" / "param_CH4.json"),
167+
(
168+
run_jdata,
169+
p_examples / "run" / "deprecated" / "dp2.x-lammps-pwmat" / "param_CH4.json",
170+
),
168171
# machines
169172
(run_mdata, p_examples / "machine" / "DeePMD-kit-2.x" / "lebesgue_v2_machine.json"),
170173
(run_mdata, p_examples / "machine" / "DeePMD-kit-1.x" / "machine-local.json"),

0 commit comments

Comments
 (0)