Setting a task output_format config property fails if given anything except h5py or zarr. This change allows the output_format config to be set by a fileformats.FileFormat subclass (H5PY or Zarr).
I should maybe take a deeper dive into this, because it actually shouldn't have been hitting the val = val.lower() call anyway...
Setting a task
output_format
config property fails if given anything excepth5py
orzarr
. This change allows theoutput_format
config to be set by afileformats.FileFormat
subclass (H5PY
orZarr
).I should maybe take a deeper dive into this, because it actually shouldn't have been hitting the
val = val.lower()
call anyway...