Skip to content

Commit 491f675

Browse files
Update bioimageio/core/prediction.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44a0da7 commit 491f675

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

bioimageio/core/prediction.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,9 +451,7 @@ def predict_with_tiling(
451451
else:
452452
output_shape = tuple(output_spec.shape)
453453

454-
outputs.append(
455-
xr.DataArray(np.zeros(output_shape, dtype=output_spec.data_type), dims=tuple(output_spec.axes))
456-
)
454+
outputs.append(xr.DataArray(np.zeros(output_shape, dtype=output_spec.data_type), dims=tuple(output_spec.axes)))
457455

458456
_predict_with_tiling_impl(
459457
prediction_pipeline,

0 commit comments

Comments
 (0)