fractal-analytics-platform / fractal-tasks-core

Main tasks for the Fractal analytics platform
https://fractal-analytics-platform.github.io/fractal-tasks-core/
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Fix import-ome-zarr `types` extraction, when no ROI tables are created #701

Closed tcompa closed 2 months ago

tcompa commented 2 months ago

If _process_single_image is called with add_image_ROI_table=False and add_grid_ROI_table=False, it returns a None value, but it should rather return the types dictionary (even if no ROI tables were created).