Skip to content

Commit b6bc00b

Browse files
committed
make bioimageio_model positional arg
1 parent 6686a41 commit b6bc00b

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
@@ -176,8 +176,8 @@ def unload(self):
176176

177177

178178
def create_prediction_pipeline(
179-
*,
180179
bioimageio_model: nodes.Model,
180+
*,
181181
devices: Optional[Sequence[str]] = None,
182182
weight_format: Optional[str] = None,
183183
dataset_for_initial_statistics: Iterable[Sequence[xr.DataArray]] = tuple(),

0 commit comments

Comments
 (0)