Skip to content

Commit 288099d

Browse files
committed
fix: minor bug fix
1 parent 5ea4513 commit 288099d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cellseg_models_pytorch/utils/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
_get_margins,
4141
extract_patches_numpy,
4242
extract_patches_torch,
43+
get_patches,
4344
stitch_patches_numpy,
4445
stitch_patches_torch,
4546
)
@@ -113,6 +114,7 @@
113114
"stitch_patches_numpy",
114115
"extract_patches_torch",
115116
"stitch_patches_torch",
117+
"get_patches",
116118
"_get_margins",
117119
"gaussian",
118120
"gaussian_kernel2d",

0 commit comments

Comments
 (0)