Skip to content

Commit d731ec6

Browse files
committed
fmt
1 parent faa93ff commit d731ec6

File tree

1 file changed

+3
-2
lines changed
  • src/rapids_singlecell/preprocessing/_harmony

1 file changed

+3
-2
lines changed

src/rapids_singlecell/preprocessing/_harmony/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ def _normalize_cp_p1(X: cp.ndarray) -> cp.ndarray:
2020
2121
Parameters
2222
----------
23-
X (cp.ndarray): Input 2D array.
23+
X
24+
Input 2D array.
2425
2526
Returns
2627
-------
27-
cp.ndarray: Row-normalized 2D array.
28+
Row-normalized 2D array.
2829
"""
2930
assert X.ndim == 2, "Input must be a 2D array."
3031

0 commit comments

Comments
 (0)