Skip to content

Commit a8dff5a

Browse files
committed
Merge remote-tracking branch 'origin/celltype_annotation_automl' into celltype_annotation_automl
2 parents bdf2993 + e96511d commit a8dff5a

File tree

1 file changed

+1
-1
lines changed
  • examples/tuning/custom-methods

1 file changed

+1
-1
lines changed

examples/tuning/custom-methods/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from typing import get_args
99

1010
import torch
11+
import wandb
1112
from sklearn.random_projection import GaussianRandomProjection
1213

13-
import wandb
1414
from dance import logger
1515
from dance.datasets.singlemodality import CellTypeAnnotationDataset
1616
from dance.modules.single_modality.cell_type_annotation.svm import SVM

0 commit comments

Comments
 (0)