Skip to content

Commit 26858e0

Browse files
committed
fix filename
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 184a285 commit 26858e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lmp/tests/test_lammps_dpa_pt_nopbc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
pbtxt_file2 = Path(__file__).parent.parent.parent / "tests" / "infer" / "deeppot.pbtxt"
2323
pb_file = Path(__file__).parent.parent.parent / "tests" / "infer" / "deeppot_dpa.pth"
24-
pb_file2 = Path(__file__).parent / "graph2.pb"
24+
pb_file2 = Path(__file__).parent / "graph.pb"
2525
system_file = Path(__file__).parent.parent.parent / "tests"
2626
data_file = Path(__file__).parent / "data.lmp"
2727
data_file_si = Path(__file__).parent / "data.si"

0 commit comments

Comments
 (0)