Skip to content

Commit

Permalink
Fix import of Spin.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Mar 5, 2021
1 parent 66aea0c commit 741be58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matminer/featurizers/dos.py
Expand Up @@ -2,7 +2,7 @@
from collections import OrderedDict
from matminer.featurizers.base import BaseFeaturizer
from matminer.featurizers.composition import BandCenter
from pymatgen.core import Spin
from pymatgen.electronic_structure.core import Spin
from pymatgen.electronic_structure.dos import CompleteDos, FermiDos


Expand Down

0 comments on commit 741be58

Please sign in to comment.