Skip to content

Commit

Permalink
print path to test why file cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkuner committed Apr 23, 2024
1 parent 0ba1b9c commit eb7132d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/io/vasp/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def test_vasprun_ediffg_set_to_0(self):
# Test for case where EDIFFG is set to 0.
# This should pass if all ionic steps complete and
# are electronically converged.
print([cur_path for cur_path in os.walk(VASP_OUT_DIR)])
vasp_run = Vasprun(f"{VASP_OUT_DIR}/vasprun.ediffg_set_to_0.xml.gz")
assert len(vasp_run.ionic_steps) == 3
assert vasp_run.final_energy == approx(-34.60164204)
Expand Down

0 comments on commit eb7132d

Please sign in to comment.