Skip to content

Commit

Permalink
Merge branch 'autonbands' of github.com:Andrew-S-Rosen/custodian into…
Browse files Browse the repository at this point in the history
… autonbands
  • Loading branch information
Andrew-S-Rosen committed May 21, 2024
2 parents 64ebcb8 + 67fb1b5 commit d59eee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions custodian/vasp/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ def _get_nbands_from_outcar(directory: str) -> int | None:
pass
return nbands


class LrfCommutatorHandler(ErrorHandler):
"""
Corrects LRF_COMMUTATOR errors by setting LPEAD=True if not already set.
Expand Down
1 change: 0 additions & 1 deletion tests/vasp/test_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ def test_auto_nbands(self) -> None:
assert "auto_nbands" in dct["errors"]



class AliasingErrorHandlerTest(PymatgenTest):
def setUp(self) -> None:
copy_tmp_files(self.tmp_path, *glob("aliasing/*", root_dir=TEST_FILES))
Expand Down

0 comments on commit d59eee2

Please sign in to comment.