Skip to content

Commit 782c1e6

Browse files
authored
auto updates (#7203)
Signed-off-by: monai-bot <[email protected]> Signed-off-by: monai-bot <[email protected]>
1 parent fbbb64b commit 782c1e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_squeeze_unsqueeze.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
(torch.rand(3, 4).type(torch.int32), 5, (3, 4, 1, 1, 1)),
2929
]
3030

31-
3231
LEFT_CASES = [
3332
(np.random.rand(3, 4).astype(np.float32), 5, (1, 1, 1, 3, 4)),
3433
(torch.rand(3, 4).type(torch.float32), 5, (1, 1, 1, 3, 4)),

tests/test_voxelmorph.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@
229229

230230
ILL_CASES = [ILL_CASE_0, ILL_CASE_1, ILL_CASE_2, ILL_CASE_3, ILL_CASE_4, ILL_CASE_5]
231231

232-
233232
ILL_CASES_IN_SHAPE_0 = [ # moving and fixed image shape not match
234233
{"spatial_dims": 3},
235234
(1, 2, 96, 96, 48),

0 commit comments

Comments
 (0)