Skip to content

Commit 28a99fa

Browse files
authored
Merge pull request #1322 from cgohlke/patch-1
Fix typo in deprecation warning message
2 parents d95f58a + 40d83c3 commit 28a99fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cellpose/dynamics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ def resize_and_compute_masks(dP, cellprob, niter=200, cellprob_threshold=0.0,
614614
device=device)
615615

616616
if resize is not None:
617-
dynamics_logger.warning("Resizing is depricated in v4.0.1+")
617+
dynamics_logger.warning("Resizing is deprecated in v4.0.1+")
618618

619619
mask = utils.fill_holes_and_remove_small_masks(mask, min_size=min_size)
620620

0 commit comments

Comments
 (0)