-
Notifications
You must be signed in to change notification settings - Fork 192
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
CodDbImporter throws warning about pybtex when importing CIF file #2903
Comments
@giovannipizzi @CasperWA |
Perhaps this warning could be moved to a place that is only is called when someone explicitly requests extraction of references? |
I think so, but we should write to the pymatgen people for this. |
I have opened an issue on pymatgen to ask them to move the warning to a place where it is only emitted if the required functionality is requested, which we don't. There is not much we can or should do here |
Well, for the time being we could simply filter this warning in AiiDA. |
They just addressed the issue. If we do add the filter, we should make sure to remove that code once we can depend on the newer version that fixes this (I don't think they do releases for py2 anymore, so that will be after we drop py2 as well). These kinds of "fixes" tend to stick around way past to where they are needed and clutter the source a lot |
Example:
Outputs:
The text was updated successfully, but these errors were encountered: