Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/complete-wrapped-functions' into…
Browse files Browse the repository at this point in the history
… complete-wrapped-functions
  • Loading branch information
xingzhongyu committed Feb 6, 2024
2 parents 5a78156 + 613f2e5 commit 9b81918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tuning/cta_svm/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from pathlib import Path
from typing import get_args

import wandb
from sklearn.random_projection import GaussianRandomProjection

import wandb
from dance import logger
from dance.datasets.singlemodality import CellTypeAnnotationDataset
from dance.modules.single_modality.cell_type_annotation.svm import SVM
Expand Down

0 comments on commit 9b81918

Please sign in to comment.