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 21, 2024
1 parent 3d695bd commit 0ba1b9c
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 @@ -76,7 +76,7 @@ def test_vasprun_md(self):

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
# This should pass if all ionic steps complete and
# are electronically converged.
vasp_run = Vasprun(f"{VASP_OUT_DIR}/vasprun.ediffg_set_to_0.xml.gz")
assert len(vasp_run.ionic_steps) == 3
Expand Down

0 comments on commit 0ba1b9c

Please sign in to comment.