Skip to content
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

Tests failing: pymatgen? #1074

Open
liamhuber opened this issue Jun 3, 2024 · 4 comments
Open

Tests failing: pymatgen? #1074

liamhuber opened this issue Jun 3, 2024 · 4 comments
Assignees

Comments

@liamhuber
Copy link
Member

The notebooks tests are failing. It looks to me like the latest version of pymatgen has an internal inconsistency. I'm not sure where it's coming into our dependency tree in an unbound way, but in #1073 you can see the full error message in a comment and I'm currently experimenting with an explicit pin on pymatgen.

Pinning it explicitly is an undesirable solution for me, since, afaik, we depend on it only indirectly. However, #1073 is holding up pyiron/pyiron_base#1466, which, as discussed in the meeting today, is one of the steps holding up a new minor version of pyiron_base, so it's important to me that we get this resolved in some sort of reasonable time frame.

@liamhuber
Copy link
Member Author

Yep, pinning pymatgen to the penultimate release did the trick

@liamhuber
Copy link
Member Author

@pmrv, my stack trace started with from pyiron_contrib.tinybase.lammps import LammpsStaticTask, so I'm going to pass responsibility for this to you for the next step

@pmrv
Copy link
Contributor

pmrv commented Jun 3, 2024

Tinybase uses it directly, I'll take a look tomorrow, but does look like an issue of pymatgen. My bad on not adding it to the deps though.

@liamhuber
Copy link
Member Author

Right, I guess I could read the full trace 🤦‍♂️ I see in the second step tinybase imports directly, so I agree adding it to the deps directly is the right thing to do. If I have a chance to get to it today I'll try to get it added systematically and leave you the PR to look at tomorrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants