Skip to content

Commit 64e17f5

Browse files
Copilotnjzjz
andcommitted
Use p_examples path for pwmat test file instead of direct path
Co-authored-by: njzjz <9496702+njzjz@users.noreply.github.com>
1 parent ffa5f22 commit 64e17f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_check_examples.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
/ "param_C4H16N4_deepmd-kit-2.0.1.json",
164164
),
165165
(run_jdata, p_examples / "run" / "dprc" / "generator.json"),
166-
# pwmat test file from tests/generator
167-
(run_jdata, Path(__file__).parent / "generator" / "param-pyridine-pwmat.json"),
166+
# pwmat test file from examples
167+
(run_jdata, p_examples / "run" / "deprecated" / "dp2.x-lammps-pwmat" / "param_CH4.json"),
168168
# machines
169169
(run_mdata, p_examples / "machine" / "DeePMD-kit-2.x" / "lebesgue_v2_machine.json"),
170170
(run_mdata, p_examples / "machine" / "DeePMD-kit-1.x" / "machine-local.json"),

0 commit comments

Comments
 (0)