-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with recent pymatgen
#258
Comments
Is there a unit-test suite for |
Thanks for reporting the problem. I'm running the test suite right now and I've found another With my patched version of pymatgen, all the abipy tests are OK with python 3.9. We use pytests for unit testing but several tests invoke Abinit . Perhaps it's easier if I run all the abipy tests with different python versions and the last version of Abinit to spot possible problems. I'll keep you posted. |
Found more breaking changes due to recent |
Hi there, The problem should be solved in d172fb8 . |
I found one more problem. Just importing |
The
pymatgen.util.serialization
module was removed inpymatgen==v2023.1.9
(see this commit materialsproject/pymatgen@dcf9e83).The text was updated successfully, but these errors were encountered: