From 874f7769f4f98fbe71a79ffed3cdb1e0995495be Mon Sep 17 00:00:00 2001 From: sfluegel Date: Thu, 28 May 2026 10:13:18 +0200 Subject: [PATCH 1/2] adapt pubchem dataset name --- chebai_graph/preprocessing/datasets/pubchem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chebai_graph/preprocessing/datasets/pubchem.py b/chebai_graph/preprocessing/datasets/pubchem.py index 6f5d118..bea28cd 100644 --- a/chebai_graph/preprocessing/datasets/pubchem.py +++ b/chebai_graph/preprocessing/datasets/pubchem.py @@ -1,7 +1,7 @@ -from chebai.preprocessing.datasets.pubchem import PubchemChem +from chebai.preprocessing.datasets.pubchem import Pubchem from chebai_graph.preprocessing.datasets.chebi import GraphPropertiesMixIn -class PubChemGraphProperties(GraphPropertiesMixIn, PubchemChem): +class PubChemGraphProperties(GraphPropertiesMixIn, Pubchem): pass From 7e52934bed6a1a4aa08388a790e7341e265c0346 Mon Sep 17 00:00:00 2001 From: sfluegel Date: Thu, 28 May 2026 11:45:01 +0200 Subject: [PATCH 2/2] adapt pubchem dataset name --- chebai_graph/preprocessing/datasets/pubchem.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chebai_graph/preprocessing/datasets/pubchem.py b/chebai_graph/preprocessing/datasets/pubchem.py index bea28cd..716491f 100644 --- a/chebai_graph/preprocessing/datasets/pubchem.py +++ b/chebai_graph/preprocessing/datasets/pubchem.py @@ -1,7 +1,7 @@ -from chebai.preprocessing.datasets.pubchem import Pubchem +from chebai.preprocessing.datasets.pubchem import PubChem from chebai_graph.preprocessing.datasets.chebi import GraphPropertiesMixIn -class PubChemGraphProperties(GraphPropertiesMixIn, Pubchem): +class PubChemGraphProperties(GraphPropertiesMixIn, PubChem): pass