Skip to content

Commit 8ae7695

Browse files
fix typo
1 parent 6577192 commit 8ae7695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sopa/io/reader/cosmx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def _infer_flip_image(path: Path, dataset_id: str) -> bool:
321321
flip_image = df_["y_local_px"].iloc[0] > df_["y_local_px"].iloc[-1]
322322

323323
log.info(
324-
f"Infering argument {flip_image=}. If the image stitching is wrong, please comment this issue: https://github.com/gustaveroussy/sopa/issues/231"
324+
f"Inferring argument {flip_image=}. If the image stitching is wrong, please add a comment to https://github.com/gustaveroussy/sopa/issues/231"
325325
)
326326

327327
return flip_image

0 commit comments

Comments
 (0)