Skip to content

Commit 9f88fef

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 10528f6 commit 9f88fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monai/inferers/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def sliding_window_inference(
133133
Note:
134134
- Inputs must be channel-first and have a batch dim (NCHW / NCDHW).
135135
- If your data is NHWC/NDHWC, please apply `EnsureChannelFirst` / `EnsureChannelFirstd` upstream.
136-
136+
137137
Raises:
138138
ValueError: When the input dimensions do not match the expected dimensions based on ``roi_size``.
139139

0 commit comments

Comments
 (0)