You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/hpc-user/jgeorge/PycharmProjects/test_new/use_matminer.py", line 2, in <module>
from matminer.featurizers.composition import ElementProperty
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/featurizers/composition/__init__.py", line 1, in <module>
from matminer.featurizers.composition.alloy import Miedema, WenAlloys, YangSolidSolution
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/featurizers/composition/alloy.py", line 16, in <module>
from matminer.featurizers.composition.packing import AtomicPackingEfficiency
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/featurizers/composition/packing.py", line 13, in <module>
from matminer.featurizers.composition.element import ElementFraction
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/featurizers/composition/element.py", line 202, in <module>
class BandCenter(BaseFeaturizer):
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/featurizers/composition/element.py", line 210, in BandCenter
magpie_data = MagpieData()
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/matminer/utils/data.py", line 217, in __init__
self.all_elemental_props[descriptor_name][Element.from_Z(atomic_no).symbol] = prop_value
File "/home/jgeorge/miniconda3/envs/test_new/lib/python3.10/site-packages/pymatgen/core/periodic_table.py", line 526, in from_Z
raise ValueError(f"Unexpected atomic number {Z=}")
ValueError: Unexpected atomic number Z=119
It works, however, fine with pymatgen version "2023.12.18". The periodic table data has been updated. Probably a side effect of: materialsproject/pymatgen#3542
The text was updated successfully, but these errors were encountered:
Same issue as #919 I think, see the discussion over there (basically no-one is available to maintain matminer anymore and its been left in a state where dep upgrades are tricky to handle).
fails with:
It works, however, fine with pymatgen version "2023.12.18". The periodic table data has been updated. Probably a side effect of: materialsproject/pymatgen#3542
The text was updated successfully, but these errors were encountered: