hubmapconsortium / codex-pipeline

CODEX data processing code
GNU General Public License v3.0
10 stars 4 forks source link

Translate imagecodecs exception to RuntimeError #43

Closed jswelling closed 1 year ago

jswelling commented 1 year ago

In run_illumination_correction.py, Dask distributes calls to read_imgs_to_stack(). tifffile.imagecodecs exceptions occurring when the images were read were being incorrectly transmitted to the Dask master process. This PR translates those exceptions to RuntimeErrors, which are correctly transmitted.