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? 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
> python data/wbm/fetch_process_wbm_dataset.py [...] 0%| | 0/256963 [00:00<?, ?it/s] Generating Aflow labels raised exception=KeyError('wyckoff_spglib')
The text was updated successfully, but these errors were encountered:
fix Generating Aflow labels raised exception=KeyError('wyckoff_spglib…
5dff77f
…') (closes #32)
fetch_process_wbm_dataset.py
Oops, simple typo. I was creating a placeholder column in the wrong dataframe (df_wbm when it should be df_summary).
df_wbm
df_summary
Sorry, something went wrong.
Fix KeyError('wyckoff_spglib') in fetch_process_wbm_dataset.py (#34)
9a42546
* fix Generating Aflow labels raised exception=KeyError('wyckoff_spglib') (closes #32) * move out_dir of site-stats.json.gz to data/(wbm|mp) (closes #33)
78beb45
ad9d8aa
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: