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
There are 2 changes in pymatgen which destroy the previous unittests:
1. materialsproject/pymatgen#3542
Previously we set the type of DummySpecies to "Type", which is forbidden
by pymatgen through this PR. Here we replace "Type" with "X".
2. materialsproject/pymatgen#3561
The functions from_string and get_string have been replaced with
from_str and get_str. We should keep up to date with these changes.
0 commit comments