Skip to content

Commit 544c0bd

Browse files
authored
auto updates (#6692)
Signed-off-by: monai-bot <[email protected]> Signed-off-by: monai-bot <[email protected]>
1 parent 342ec1b commit 544c0bd

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

monai/inferers/merger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
else:
2828
zarr, _ = optional_import("zarr")
2929

30-
3130
__all__ = ["Merger", "AvgMerger", "ZarrAvgMerger"]
3231

3332

tests/test_zarr_avg_merger.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@
140140
TENSOR_4x4,
141141
]
142142

143-
144143
# shape larger than what is covered by patches
145144
TEST_CASE_9_LARGER_SHAPE = [
146145
dict(merged_shape=(2, 3, 4, 6)),
@@ -153,7 +152,6 @@
153152
pad(TENSOR_4x4, (0, 2), value=float("nan")),
154153
]
155154

156-
157155
# explicit directory store
158156
TEST_CASE_10_DIRECTORY_STORE = [
159157
dict(merged_shape=TENSOR_4x4.shape, store=zarr.storage.DirectoryStore("test.zarr")),
@@ -183,7 +181,6 @@
183181
TENSOR_4x4,
184182
]
185183

186-
187184
# explicit chunk size
188185
TEST_CASE_12_CHUNKS = [
189186
dict(merged_shape=TENSOR_4x4.shape, chunks=(1, 1, 2, 2)),
@@ -196,7 +193,6 @@
196193
TENSOR_4x4,
197194
]
198195

199-
200196
# test for LZ4 compressor
201197
TEST_CASE_13_COMPRESSOR_LZ4 = [
202198
dict(merged_shape=TENSOR_4x4.shape, compressor="LZ4"),
@@ -233,7 +229,6 @@
233229
TENSOR_4x4,
234230
]
235231

236-
237232
# test with thread locking
238233
TEST_CASE_16_WITH_LOCK = [
239234
dict(merged_shape=TENSOR_4x4.shape, thread_locking=True),

0 commit comments

Comments
 (0)