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
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.
The text was updated successfully, but these errors were encountered:
@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
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
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.The text was updated successfully, but these errors were encountered: