Skip to content

Commit 5eaf55d

Browse files
committed
autofix
Signed-off-by: R. Garcia-Dias <rafaelagd@gmail.com>
1 parent c3ef211 commit 5eaf55d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/networks/blocks/test_unetr_block.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _get_out_size(params):
4343
"stride": params["stride"],
4444
},
4545
(1, 16, *([params["in_size"]] * params["spatial_dims"])),
46-
(1, 16, *([_get_out_size(params)] * params["spatial_dims"]),),
46+
(1, 16, *([_get_out_size(params)] * params["spatial_dims"])),
4747
]
4848
for params in dict_product(
4949
spatial_dims=range(1, 4),

0 commit comments

Comments
 (0)