Skip to content

Commit 1dd6975

Browse files
Update bioimageio/core/image_helper.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fae078f commit 1dd6975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bioimageio/core/image_helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ def save_image(out_path, image):
138138
# helper function for padding
139139
#
140140

141+
141142
def pad(image, axes: Sequence[str], padding, pad_right=True) -> Tuple[np.ndarray, Dict[str, slice]]:
142143
assert image.ndim == len(axes), f"{image.ndim}, {len(axes)}"
143144

0 commit comments

Comments
 (0)