-
Notifications
You must be signed in to change notification settings - Fork 102
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
[WIP] bump monty #1095
base: main
Are you sure you want to change the base?
[WIP] bump monty #1095
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1095 +/- ##
==========================================
- Coverage 72.82% 4.13% -68.69%
==========================================
Files 187 187
Lines 13637 13627 -10
Branches 1370 1372 +2
==========================================
- Hits 9931 564 -9367
- Misses 3161 13032 +9871
+ Partials 545 31 -514 |
Thanks @naik-aakash . But there seems to be another issue now 😬 |
Yeah Abinit parsers need to be updated in pymatgen seems 😅 |
Correction : Just a new release of pymatgen should be enough. Parsers in pymatgen are already updated |
Yep I believe this has been fixed by materialsproject/pymatgen#4223 |
Hi @davidwaroquiers , @VicTrqt, @gpetretto : Can you please help me fixing the failing abinit tests on the upgrade of Monty and Pymatgen here ? |
Hello @naik-aakash, |
Possible fix to the failing abinit tests: Still validating. Looks like the problem is that:
I think while we can wait for bump to the upstream abipy code and just hack in a manual skip of the one check for now. The mismatch looks like this:
But it sometimes shows up with the "Ha" and sometimes without (as if to mock us). |
OK the abinit and aims tests that were breaking should be fixed by the PR above now. |
Changes
Upgrade monty to latest version
Reason
See materialsproject/pymatgen#4243, due to accidental oversight with deprecation warning raise behaviour in monty, all downstream packages where an earlier version of monty is used, CI tests fails