Skip to content

Commit

Permalink
Merge branch 'tet' of github.com:Andrew-S-Rosen/custodian into tet
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jun 12, 2024
2 parents 60b78e6 + 2935e55 commit c2a573e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/vasp/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,6 @@ def test_subspace(self) -> None:
assert dct["actions"] == [{"action": {"_set": {"PREC": "Accurate"}}, "dict": "INCAR"}]

def test_check_correct(self) -> None:
handler = VaspErrorHandler("vasp.teterror")
handler.check()
dct = handler.correct()
assert dct["errors"] == ["tet"]
assert dct["actions"] == [{"action": {"_set": {"kpoints": ((10, 2, 2),)}}, "dict": "KPOINTS"}]

handler = VaspErrorHandler("vasp.teterror")
handler.check()
dct = handler.correct()
Expand Down

0 comments on commit c2a573e

Please sign in to comment.