-
Notifications
You must be signed in to change notification settings - Fork 32
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
compute_struct_fingerprints.py: cannot insert material_id, already exists #30
Comments
janosh
added a commit
that referenced
this issue
May 7, 2023
…ready exists (#31) * fix compute_struct_fingerprints.py: cannot insert material_id, already exists (closes #30) * add ruff rule sets pep8-naming pandas-vet flakes8-pyi flake8-return * add rows=2 x cols=4 version of each-scatter-models * add rows=2 x cols=4 version of hist-clf-(pred|true)-hull-dist-models * fix CI assert list(df_metrics) == [*models, "metric"] E AssertionError: assert ['MEGNet', 'C... 'Voronoi RF'] == ['MEGNet', 'C...RF', 'metric'] E Right contains one more item: 'metric' E Full diff: E - ['MEGNet', 'CGCNN', 'Voronoi RF', 'metric'] E ? ---------- E + ['MEGNet', 'CGCNN', 'Voronoi RF']
janosh
added a commit
that referenced
this issue
Jun 20, 2023
…ready exists (#31) * fix compute_struct_fingerprints.py: cannot insert material_id, already exists (closes #30) * add ruff rule sets pep8-naming pandas-vet flakes8-pyi flake8-return * add rows=2 x cols=4 version of each-scatter-models * add rows=2 x cols=4 version of hist-clf-(pred|true)-hull-dist-models * fix CI assert list(df_metrics) == [*models, "metric"] E AssertionError: assert ['MEGNet', 'C... 'Voronoi RF'] == ['MEGNet', 'C...RF', 'metric'] E Right contains one more item: 'metric' E Full diff: E - ['MEGNet', 'CGCNN', 'Voronoi RF', 'metric'] E ? ---------- E + ['MEGNet', 'CGCNN', 'Voronoi RF']
janosh
added a commit
that referenced
this issue
Jun 20, 2023
…ready exists (#31) * fix compute_struct_fingerprints.py: cannot insert material_id, already exists (closes #30) * add ruff rule sets pep8-naming pandas-vet flakes8-pyi flake8-return * add rows=2 x cols=4 version of each-scatter-models * add rows=2 x cols=4 version of hist-clf-(pred|true)-hull-dist-models * fix CI assert list(df_metrics) == [*models, "metric"] E AssertionError: assert ['MEGNet', 'C... 'Voronoi RF'] == ['MEGNet', 'C...RF', 'metric'] E Right contains one more item: 'metric' E Full diff: E - ['MEGNet', 'CGCNN', 'Voronoi RF', 'metric'] E ? ---------- E + ['MEGNet', 'CGCNN', 'Voronoi RF']
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems that fetch_process_wbm_dataset.py requires me to run compute_struct_fingerprints.py first. However, I get the following error:
The text was updated successfully, but these errors were encountered: