Skip to content

Commit

Permalink
auto updates (Project-MONAI#7203)
Browse files Browse the repository at this point in the history
Signed-off-by: monai-bot <[email protected]>

Signed-off-by: monai-bot <[email protected]>
  • Loading branch information
monai-bot committed Nov 6, 2023
1 parent fbbb64b commit 782c1e6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_squeeze_unsqueeze.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
(torch.rand(3, 4).type(torch.int32), 5, (3, 4, 1, 1, 1)),
]


LEFT_CASES = [
(np.random.rand(3, 4).astype(np.float32), 5, (1, 1, 1, 3, 4)),
(torch.rand(3, 4).type(torch.float32), 5, (1, 1, 1, 3, 4)),
Expand Down
1 change: 0 additions & 1 deletion tests/test_voxelmorph.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@

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


ILL_CASES_IN_SHAPE_0 = [ # moving and fixed image shape not match
{"spatial_dims": 3},
(1, 2, 96, 96, 48),
Expand Down

0 comments on commit 782c1e6

Please sign in to comment.