We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After fractal-analytics-platform/fractal-server#2153 is merged&released (and deployed broadly), we should change
output = dict( image_list_updates=[ dict( zarr_url=rechunked_zarr_url, origin=zarr_url, types=dict(rechunked=True), ) ], filters=dict(types=dict(rechunked=True)), )
into
output = dict( image_list_updates=[ dict( zarr_url=rechunked_zarr_url, origin=zarr_url, types=dict(rechunked=True), ) ], type_filters=dict(rechunked=True), )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
After fractal-analytics-platform/fractal-server#2153 is merged&released (and deployed broadly), we should change
into
The text was updated successfully, but these errors were encountered: