Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/communitymech/datamodel/communitymech.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from communitymech.yaml by pythongen.py version: 0.0.1
# Generation date: 2026-07-03T11:17:23
# Generation date: 2026-07-07T13:23:20
# Schema: communitymech
#
# id: https://w3id.org/communitymech
Expand Down Expand Up @@ -2440,7 +2440,7 @@ class MetalElementEnum(EnumDefinitionImpl):
text="SILVER", description="Silver(1+) cation", meaning=CHEBI["30512"]
)
PALLADIUM = PermissibleValue(
text="PALLADIUM", description="Palladium atom", meaning=CHEBI["33373"]
text="PALLADIUM", description="Palladium atom", meaning=CHEBI["33363"]
)
GALLIUM = PermissibleValue(
text="GALLIUM", description="Gallium(3+) cation", meaning=CHEBI["49631"]
Expand Down
2 changes: 1 addition & 1 deletion src/communitymech/metal_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"CHEBI:49713": "LITHIUM",
"CHEBI:29287": "GOLD",
"CHEBI:30512": "SILVER",
"CHEBI:33373": "PALLADIUM",
"CHEBI:33363": "PALLADIUM",
"CHEBI:49631": "GALLIUM",
"CHEBI:49464": "INDIUM",
"CHEBI:33341": "TITANIUM",
Expand Down
2 changes: 1 addition & 1 deletion src/communitymech/schema/communitymech.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ enums:
meaning: CHEBI:30512
description: Silver(1+) cation
PALLADIUM:
meaning: CHEBI:33373
meaning: CHEBI:33363
description: Palladium atom
GALLIUM:
meaning: CHEBI:49631
Expand Down
Loading