We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think this is a problem with only one of the formulas, but when I do:
df = load_expt_gap() df['composition'] = [Composition(f) for f in df['formula']]
I get the error:
CompositionError: ,65 is an invalid formula!
The text was updated successfully, but these errors were encountered:
Thanks @ardunn for noticing it. I contacted the author too but for the time being dropped those formulas. #39 fixes this issue.
Sorry, something went wrong.
Perfect thanks :)
No branches or pull requests
I think this is a problem with only one of the formulas, but when I do:
I get the error:
The text was updated successfully, but these errors were encountered: