Skip to content

Commit b171c27

Browse files
authored
fix import error in friction/analysis.py due to refactoring in pymatgen
1 parent 1743c2f commit b171c27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mpinterfaces/mat2d/friction/analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pymatgen.io.vasp.outputs import Vasprun
1515
from pymatgen.core.structure import Structure
1616
from pymatgen import Element
17-
from pymatgen.analysis.defects.point_defects import ValenceIonicRadiusEvaluator as VE
17+
from pymatgen.analysis.local_env import ValenceIonicRadiusEvaluator as VE
1818

1919

2020
__author__ = "Michael Ashton"

0 commit comments

Comments
 (0)