Skip to content

Commit bb36fff

Browse files
committed
try fix CI errors by updating ChargeInsertionAnalyzer import module
1 parent 890b09e commit bb36fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/workflows/tests/test_insertion_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from atomate.vasp.workflows.base.electrode import get_ion_insertion_wf
1313

1414
try:
15-
from pymatgen.analysis.defects import ChargeInsertionAnalyzer
15+
from pymatgen.analysis.defects.utils import ChargeInsertionAnalyzer
1616
except ImportError:
1717
ChargeInsertionAnalyzer = None
1818

0 commit comments

Comments
 (0)