Skip to content

Commit 32b4e1a

Browse files
authored
Merge pull request fideus-labs#166 from thewtex/wasm-bin-shrink-re-enable
BUG: Re-enable wasm bin-shrink test
2 parents 6cc3f1d + 57fb5eb commit 32b4e1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/test_to_ngff_zarr_itkwasm.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,6 @@ def test_bin_shrink_isotropic_scale_factors(input_images):
147147
baseline_name = "2_4/ITKWASM_BIN_SHRINK_CUCIM.zarr"
148148
else:
149149
baseline_name = "2_4/ITKWASM_BIN_SHRINK.zarr"
150-
# todo: re-enable this test
151-
return
152150
multiscales = to_multiscales(image, [2, 4], method=Methods.ITKWASM_BIN_SHRINK)
153151
# store_new_multiscales(dataset_name, baseline_name, multiscales)
154152
verify_against_baseline(dataset_name, baseline_name, multiscales)

0 commit comments

Comments
 (0)