Skip to content

Commit aa9e3c3

Browse files
committed
[FIX] add missing space
1 parent d4e4230 commit aa9e3c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scportrait/io/h5sc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def numpy_to_h5sc(
185185
# prepare images
186186
if mask_imgs.min() < 0 or mask_imgs.max() > 1:
187187
warnings.warn(
188-
"Mask images are outside the expected [0, 1] range. This does not align with"
188+
"Mask images are outside the expected [0, 1] range. This does not align with "
189189
"scPortrait's convention and unscaled data can produce unexpected results in downstream "
190190
"functions or require additional preprocessing before passing images to "
191191
"deep learning models.",

0 commit comments

Comments
 (0)