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 <monai.miccai2019@gmail.com>

Signed-off-by: monai-bot <monai.miccai2019@gmail.com>
Signed-off-by: Yu0610 <612410030@alum.ccu.edu.tw>
  • Loading branch information
monai-bot authored and Yu0610 committed Apr 11, 2024
1 parent 5d8b5fb commit e30a4e9
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 e30a4e9

Please sign in to comment.