Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
esoteric-ephemera committed May 13, 2024
1 parent a336379 commit 0cebbba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tests/vasp/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,15 @@ class LargeSigmaHandlerTest(PymatgenTest):
def setUp(self) -> None:
copy_tmp_files(
self.tmp_path,
*[f"large_sigma/{f}" for f in ("INCAR","POSCAR","OUTCAR_fail_sigma_check","OUTCAR_pass_sigma_check",)],
*[
f"large_sigma/{f}"
for f in (
"INCAR",
"POSCAR",
"OUTCAR_fail_sigma_check",
"OUTCAR_pass_sigma_check",
)
],
)

def test_check_correct_large_sigma(self) -> None:
Expand Down

0 comments on commit 0cebbba

Please sign in to comment.