Skip to content

Commit 255d517

Browse files
committed
fix typo
1 parent 93f6667 commit 255d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/prediction_pipeline/_prediction_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ def create_prediction_pipeline(
146146
processing = CombinedProcessing(bioimageio_model.inputs, bioimageio_model.outputs)
147147

148148
return _PredictionPipelineImpl(
149-
name=bioimageio_model.name, bioimageio_model=bioimageio_model, model=model_adapter, tprocessing=processing
149+
name=bioimageio_model.name, bioimageio_model=bioimageio_model, model=model_adapter, processing=processing
150150
)

0 commit comments

Comments
 (0)