Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
janosh committed Jun 4, 2024
1 parent d6bb092 commit b17c40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/vasp/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def test_check_with_non_kspacing_wf(self) -> None:

class LargeSigmaHandlerTest(PymatgenTest):
def setUp(self) -> None:
copy_tmp_files(self.tmp_path, **glob("large_sigma/*", root_dir=TEST_FILES))
copy_tmp_files(self.tmp_path, *glob("large_sigma/*", root_dir=TEST_FILES))

def test_check_correct_large_sigma(self) -> None:
# first check should reduce sigma
Expand Down

0 comments on commit b17c40c

Please sign in to comment.