Skip to content

Commit

Permalink
Merge branch 'Project-MONAI:dev' into add-gradient-accumulation-to-su…
Browse files Browse the repository at this point in the history
…pervised-trainer
  • Loading branch information
jak0bw authored Mar 6, 2023
2 parents 68177ac + e375f2a commit 5538ec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/test_grid_patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
# threshold filtering with num_patches less than available patches (count filtering)
TEST_CASE_16 = [{"patch_size": (2, 2), "num_patches": 2, "threshold": 150.0}, A, [A11, A12]]


TEST_CASE_META_0 = [
{"patch_size": (2, 2)},
A,
Expand Down
1 change: 0 additions & 1 deletion tests/test_grid_patchd.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
# threshold filtering with num_patches less than available patches (count filtering)
TEST_CASE_16 = [{"patch_size": (2, 2), "threshold": 150.0, "num_patches": 2}, {"image": A}, [A11, A12]]


TEST_SINGLE = []
for p in TEST_NDARRAYS:
TEST_SINGLE.append([p, *TEST_CASE_0])
Expand Down

0 comments on commit 5538ec7

Please sign in to comment.