Skip to content

Commit 2f56a8f

Browse files
committed
fix gat import error
1 parent 2b2978b commit 2f56a8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

chebifier/model_registry.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
ChemlogOrganoXCompoundPredictor,
1616
ChemlogXMolecularEntityPredictor,
1717
)
18-
from chebifier.prediction_models.gnn_predictor import GATPredictor
1918

2019
ENSEMBLES = {
2120
"mv": BaseEnsemble,
@@ -27,7 +26,7 @@
2726
MODEL_TYPES = {
2827
"electra": ElectraPredictor,
2928
"resgated": GNNPredictor,
30-
"gat": GATPredictor,
29+
"gat": GNNPredictor,
3130
"chemlog": ChemlogAllPredictor,
3231
"chemlog_peptides": ChemlogPeptidesPredictor,
3332
"chebi_lookup": ChEBILookupPredictor,

0 commit comments

Comments
 (0)