Skip to content

Commit

Permalink
fix import error in friction/analysis.py due to refactoring in pymatgen
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgabriel committed Aug 8, 2018
1 parent 1743c2f commit b171c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpinterfaces/mat2d/friction/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pymatgen.io.vasp.outputs import Vasprun
from pymatgen.core.structure import Structure
from pymatgen import Element
from pymatgen.analysis.defects.point_defects import ValenceIonicRadiusEvaluator as VE
from pymatgen.analysis.local_env import ValenceIonicRadiusEvaluator as VE


__author__ = "Michael Ashton"
Expand Down

0 comments on commit b171c27

Please sign in to comment.