Skip to content

Commit 0d56e44

Browse files
CeliaBenquetstes
andauthored
Add name in NOTE
Co-authored-by: Steffen Schneider <[email protected]>
1 parent 4a25899 commit 0d56e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cebra/integrations/sklearn/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def check_input_array(X: npt.NDArray, *, min_samples: int) -> npt.NDArray:
9292
X,
9393
accept_sparse=False,
9494
accept_large_sparse=False,
95-
# NOTE: remove float16 because F.pad does not allow float16.
95+
# NOTE(celia): remove float16 because F.pad does not allow float16.
9696
dtype=("float32", "float64"),
9797
order=None,
9898
copy=False,

0 commit comments

Comments
 (0)