Skip to content

Commit

Permalink
Update src/rapids_singlecell/preprocessing/_harmony/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp A. <[email protected]>
  • Loading branch information
Intron7 and flying-sheep authored Dec 17, 2024
1 parent 6fdd477 commit 264bc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rapids_singlecell/preprocessing/_harmony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import cupy as cp
import numpy as np
from cuml import KMeans as cumlKMeans
from cuml import KMeans as CumlKMeans

from ._fuses import _calc_R, _get_factor, _get_pen, _log_div_OE, _R_multi_m
from ._kernels._normalize import _get_normalize_kernel_optimized
Expand Down

0 comments on commit 264bc86

Please sign in to comment.