Skip to content

Commit 6a4d37b

Browse files
change pyramid level in tests
1 parent 82b271a commit 6a4d37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ilastik_pixel_classification_segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def test_ilastik_pixel_classification_segmentation_task_3D(test_data_dir_3d):
3333

3434
ilastik_pixel_classification_segmentation(
3535
zarr_url=zarr_url,
36-
level=0,
36+
level=4,
3737
channel=ChannelInputModel(label="DAPI_2"),
3838
channel2=ChannelInputModel(label="ECadherin_2"),
3939
ilastik_model=str(ilastik_model),

0 commit comments

Comments
 (0)