We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 890b09e commit bb36fffCopy full SHA for bb36fff
atomate/vasp/workflows/tests/test_insertion_workflow.py
@@ -12,7 +12,7 @@
12
from atomate.vasp.workflows.base.electrode import get_ion_insertion_wf
13
14
try:
15
- from pymatgen.analysis.defects import ChargeInsertionAnalyzer
+ from pymatgen.analysis.defects.utils import ChargeInsertionAnalyzer
16
except ImportError:
17
ChargeInsertionAnalyzer = None
18
0 commit comments