Skip to content
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

Fix compute_struct_fingerprints.py: cannot insert material_id, already exists #31

Merged
merged 5 commits into from
May 7, 2023

Conversation

janosh
Copy link
Owner

@janosh janosh commented May 7, 2023

c5eda47 fix compute_struct_fingerprints.py: cannot insert material_id, already exists (closes #30)
a7a1bb1 add ruff rule sets
10d06f7 add rows=2 x cols=4 version of each-scatter-models
a811f95 add rows=2 x cols=4 version of hist-clf-(pred|true)-hull-dist-models
fe1ae67 fix CI assert list(df_metrics) == [*models, "metric"]

@janosh janosh added the qa Quality assurance label May 7, 2023
@janosh janosh temporarily deployed to github-pages May 7, 2023 15:54 — with GitHub Actions Inactive
janosh added 2 commits May 7, 2023 09:11
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 janosh enabled auto-merge (squash) May 7, 2023 16:12
@janosh janosh merged commit 392aedb into main May 7, 2023
@janosh janosh deleted the fix-gh-30 branch May 7, 2023 16:19
janosh added a commit that referenced this pull request 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 pull request 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
Labels
qa Quality assurance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compute_struct_fingerprints.py: cannot insert material_id, already exists
1 participant