Skip to content

Commit 2330adb

Browse files
committed
revert test file rename (not found for some reason)
1 parent c07a55a commit 2330adb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/io/vasp/test_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def test_vasprun_md(self):
7676

7777
def test_vasprun_ediffg_set_to_0(self):
7878
# Test for case where EDIFFG is set to 0.
79-
vasp_run = Vasprun(f"{VASP_OUT_DIR}/vasprun.ediffg=0.xml.gz")
79+
vasp_run = Vasprun(f"{VASP_OUT_DIR}/vasprun.ediffg_set_to_0.xml.gz")
8080
assert len(vasp_run.ionic_steps) == 3
8181
assert vasp_run.final_energy == approx(-34.60164204)
8282
assert vasp_run.converged_ionic

0 commit comments

Comments
 (0)