Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Dec 19, 2024
1 parent faa93ff commit d731ec6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/rapids_singlecell/preprocessing/_harmony/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ def _normalize_cp_p1(X: cp.ndarray) -> cp.ndarray:
Parameters
----------
X (cp.ndarray): Input 2D array.
X
Input 2D array.
Returns
-------
cp.ndarray: Row-normalized 2D array.
Row-normalized 2D array.
"""
assert X.ndim == 2, "Input must be a 2D array."

Expand Down

0 comments on commit d731ec6

Please sign in to comment.