-
Notifications
You must be signed in to change notification settings - Fork 875
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
BUG FIX for merged pull request #2762 #2776
Conversation
…ded COPYR parsing to avoid warning messages there.
I have no idea why so many test fail, but I think that these must be unrelated?
|
Thanks @MichaelWolloch, no worries, these things happen! We haven't released yet so still time to address :) |
Frustrating the tests are failing, this will require some investigation; I think a I agree the failures are unrelated to this PR; I will go ahead and merge since this is critical. |
Thanks @mkhorton for addressing this quickly and good luck with figuring out what is happening with all those failed tests. |
seems like missing file error was due to a typo in filename introduced in #2776 FileNotFoundError: [Errno 2] No such file or directory: 'test_files/POT_GGA_PAW_PBE_54/POTCAR.Fe_O.gz'
@MichaelWolloch Just to confirm, the test file path here had a typo? If yes, I fixed it in e3bcad7 and there's nothing more to do. - PymatgenTest.TEST_FILES_DIR / "POT_GGA_PAW_PBE_54" / "POTCAR.Fe_O.gz"
+ PymatgenTest.TEST_FILES_DIR / "POT_GGA_PAW_PBE_54" / "POTCAR.O.gz" |
Hi @janosh, thanks for spotting the problem, although your fix was not quite right. I actually forgot to add the correct file ( Locally the tests passed for me, because I had the file in the correct folder, but I forgot to add it to the commit. Then I think other tests failed before that for unrelated reasons, so I did not spot the missing file error then. I was on holiday until today, so I did not notice your comment 3 days ago until now. I think I have to make a new PR to upload the new file and change back the file loading line? Cheers, Michael |
Yes, if you could make a PR to add the file, that would be great! |
Pull request is done: #2796 Currently waiting for the tests to complete. |
There was a bug in PR #2762 when using sha256 hashes for multi-element POTCARs which completely breaks their use!
\n
) is included in the last line.Sorry for not completely testing this with actual workflows!