We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a0da7 commit 491f675Copy full SHA for 491f675
bioimageio/core/prediction.py
@@ -451,9 +451,7 @@ def predict_with_tiling(
451
else:
452
output_shape = tuple(output_spec.shape)
453
454
- outputs.append(
455
- xr.DataArray(np.zeros(output_shape, dtype=output_spec.data_type), dims=tuple(output_spec.axes))
456
- )
+ outputs.append(xr.DataArray(np.zeros(output_shape, dtype=output_spec.data_type), dims=tuple(output_spec.axes)))
457
458
_predict_with_tiling_impl(
459
prediction_pipeline,
0 commit comments