-
Notifications
You must be signed in to change notification settings - Fork 28
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
Set python version stricter limit #222
Conversation
@@ -1605,7 +1605,7 @@ def get_lobster_calc_quality_summary( | |||
|
|||
dos_lobster = doscar_lobster.completedos | |||
|
|||
vasprun = Vasprun(path_to_vasprun) | |||
vasprun = Vasprun(path_to_vasprun, parse_potcar_file=False) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works with the latest pymatgen version, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this change was necessary coz of latest pymatgen
Can I merge? |
Hi @JaGeo , I think this should fix it. We need to make another release though |
Yes 😄 |
We will make the release after the review or is the pymatgen issue critical? |
Its critical for calc quality summary feature only. Maybe better to release it now. |
Closes #221