Skip to content

Commit

Permalink
Fix minor test regression.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 22, 2024
1 parent 403a931 commit b73e215
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 @@ -357,7 +357,7 @@ def test_dfpt_unconverged(self):
def test_chi(self):
filepath = f"{VASP_OUT_DIR}/vasprun.chi.xml.gz"
vasprun_chi = Vasprun(filepath, parse_potcar_file=False)
assert vasprun_chi.incar.get("ALGO") == "CHI"
assert vasprun_chi.incar.get("ALGO") == "Chi"

def test_uniform(self):
vasprun_uniform = Vasprun(f"{VASP_OUT_DIR}/vasprun.uniform.xml.gz", parse_potcar_file=False)
Expand Down

0 comments on commit b73e215

Please sign in to comment.