-
Notifications
You must be signed in to change notification settings - Fork 50
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
matminer issue: MaximumPackingEfficiency error #59
Comments
It looks like the features is just a number, not an array (judging based on this stack trace) |
Yes, that's what it looks like. The structures look healthy (e.g. Nb3IrSe8) and more strange is that no error occurs if this is fit_featurize_dataframe to a df that only contains two structures Nb3IrSe8 and Bi2PbSe4. However, when all 2000 entries are present the error occurs when it's Nb3IrSe8's or Bi2PbSe4's turn, etc... I couldn't immediately find out what's going on so put it here to deal with it later. |
@albalu Do you still get this error with updated matminer? I do not, just the MaxPackingEfficiency is Nan for 99% of samples |
I haven't tried this recently. |
This is fixed for me using the latest version of matminer and pymatgen. When I run the snipped posted by @albalu there is no error message and all materials have a max packing efficiency. I can only imagine it was to do with the process crash detailed in materialsproject/pymatgen#1289. |
this structure featurizer returns the following error that is not forgiven by ignore_errors=True. You can reproduce it with the following example. The reason I put it here is that I reproduce it with our dataset that is not available in matminer, I just put it here not to forget about it...
the error:
The text was updated successfully, but these errors were encountered: