Skip to content

Commit c95babd

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4aa75d3 commit c95babd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/inferers/test_sliding_window_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def test_strict_shape_validation(self):
377377
device = "cpu"
378378
roi_size = (16, 16, 16)
379379
sw_batch_size = 4
380-
380+
381381
def predictor(data):
382382
return data
383383

0 commit comments

Comments
 (0)