Skip to content

Commit

Permalink
auto updates (#6692)
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>
  • Loading branch information
monai-bot authored Jul 3, 2023
1 parent 342ec1b commit 544c0bd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion monai/inferers/merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
else:
zarr, _ = optional_import("zarr")


__all__ = ["Merger", "AvgMerger", "ZarrAvgMerger"]


Expand Down
5 changes: 0 additions & 5 deletions tests/test_zarr_avg_merger.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
TENSOR_4x4,
]


# shape larger than what is covered by patches
TEST_CASE_9_LARGER_SHAPE = [
dict(merged_shape=(2, 3, 4, 6)),
Expand All @@ -153,7 +152,6 @@
pad(TENSOR_4x4, (0, 2), value=float("nan")),
]


# explicit directory store
TEST_CASE_10_DIRECTORY_STORE = [
dict(merged_shape=TENSOR_4x4.shape, store=zarr.storage.DirectoryStore("test.zarr")),
Expand Down Expand Up @@ -183,7 +181,6 @@
TENSOR_4x4,
]


# explicit chunk size
TEST_CASE_12_CHUNKS = [
dict(merged_shape=TENSOR_4x4.shape, chunks=(1, 1, 2, 2)),
Expand All @@ -196,7 +193,6 @@
TENSOR_4x4,
]


# test for LZ4 compressor
TEST_CASE_13_COMPRESSOR_LZ4 = [
dict(merged_shape=TENSOR_4x4.shape, compressor="LZ4"),
Expand Down Expand Up @@ -233,7 +229,6 @@
TENSOR_4x4,
]


# test with thread locking
TEST_CASE_16_WITH_LOCK = [
dict(merged_shape=TENSOR_4x4.shape, thread_locking=True),
Expand Down

0 comments on commit 544c0bd

Please sign in to comment.