Skip to content

Commit d1a8fe0

Browse files
authored
Merge pull request #306 from sivonxay/patch-1
Fixed lazy import (Broken in pymatgen 2019.9.12)
2 parents ddd4ae5 + f97c066 commit d1a8fe0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

atomate/vasp/firetasks/glue_tasks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
import glob
44

55
from pymatgen.analysis.elasticity.strain import Strain
6-
from pymatgen.io.vasp import Vasprun, zpath
6+
from pymatgen.io.vasp import Vasprun
7+
from monty.os.path import zpath
78

89
"""
910
This module defines tasks that acts as a glue between other vasp Firetasks to allow communication

0 commit comments

Comments
 (0)