Skip to content

Commit 7238d7c

Browse files
Update test_vasp_xml.py
Signed-off-by: Han Wang <92130845+wanghan-iapcm@users.noreply.github.com>
1 parent b1c1481 commit 7238d7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_vasp_xml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def setUp(self):
2727
self.system_1.from_vasp_xml("poscars/vasprun.h2o.md.conv.xml")
2828
self.system_2 = dpdata.LabeledSystem()
2929
self.system_2.from_vasp_xml("poscars/vasprun.h2o.md.xml")
30-
# check if frames 1:2 match
30+
# check if frames 1:3 match
3131
self.system_2 = self.system_2[1:]
3232
self.places = 6
3333

0 commit comments

Comments
 (0)