-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Cli updates #357
Cli updates #357
Conversation
Can we fix the LobsterPy tests here first and then add new functionalities? @naik-aakash |
Hi @JaGeo , as I have written in the note, it has nothing to do with LobsterPy tests. We have to wait for new release of pymatgen where deprecated method is removed causing failures due to monty warnings See here : materialsproject/pymatgen#4243 |
@naik-aakash thank you 😅. I also wrote something in the pymatgen PR |
Hi @kaueltzen, I have now addressed the review comments. Let me know if anything else needs to be addressed. |
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.
Looks good! just some small suggestions
@JaGeo am done, this is ready to be merged imo (: 👍 |
@@ -1234,3 +1235,128 @@ def get_plot( | |||
ax.scatter(x, y, s=marker_size, marker=marker_style, label=label) | |||
|
|||
return plt | |||
|
|||
|
|||
class BWDFPlotter: |
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.
Could be something for pymatgen in the future once BWDF in Lobster are more established
@naik-aakash and @kaueltzen thank you both! Let me know if a new version is required! |
Closes #344 and #328
Note: Failing tests in CI are due to the pymatgen depreciation of some methods and have nothing to do with
LobsterPy
/ pymatgenLOBSTER
parsers/changes in this PR.Todo