Skip to content

Commit

Permalink
Update test_handlers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Jun 12, 2024
1 parent ab5706e commit 2935e55
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 2935e55

Please sign in to comment.