Skip to content

Commit 9c09818

Browse files
authored
Merge pull request #727 from mkhorton/patch-10
Fix imports for pymatgen v2022
2 parents 17aa655 + 5c1501b commit 9c09818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

atomate/vasp/analysis/linear_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from pymatgen import Structure
2+
from pymatgen.core.structure import Structure
33
from pymatgen.analysis.magnetism import CollinearMagneticStructureAnalyzer
44

55
import numpy as np

atomate/vasp/workflows/tests/test_hubbard_hund_linresp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from atomate.utils.testing import AtomateTest, DB_DIR
1111

1212
from json import load
13-
from pymatgen import Structure
13+
from pymatgen.core.structure import Structure
1414

1515
__author__ = "Guy Moore"
1616
__email__ = "[email protected]"

0 commit comments

Comments
 (0)