Skip to content

Commit

Permalink
Remove _reset_warnings import from doped
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Apr 11, 2024
1 parent dad0691 commit cdbcc0d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from ase.build import bulk, make_supercell
from ase.calculators.aims import Aims
from ase.io import read
from doped.utils.parsing import _reset_warnings
from doped.generation import get_defect_name_from_entry
from doped.vasp import _test_potcar_functional_choice, DefectRelaxSet
from monty.serialization import dumpfn, loadfn
Expand Down Expand Up @@ -1068,7 +1067,6 @@ def test_create_vasp_input(self):
}
self.assertFalse(os.path.exists("vac_1_Cd_0"))
with warnings.catch_warnings(record=True) as w:
_reset_warnings()
input._create_vasp_input(
"vac_1_Cd_0",
distorted_defect_dict=V_Cd_charged_defect_dict,
Expand Down

0 comments on commit cdbcc0d

Please sign in to comment.