Skip to content

Commit

Permalink
pre-commit auto-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 23, 2024
1 parent eb7132d commit e10c93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/io/vasp/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +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)])
print(list(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 e10c93d

Please sign in to comment.