Skip to content

Commit cf3ecda

Browse files
authored
Update unet_prediction.py
Removed outdated argument
1 parent a9c716e commit cf3ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flamingo_tools/segmentation/unet_prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def run_unet_prediction_slurm(
435435
prediction_impl(
436436
input_path, input_key, output_folder, model_path, scale, block_shape, halo,
437437
prediction_instances=prediction_instances, slurm_task_id=slurm_task_id,
438-
mean=mean, std=std, s3=s3,
438+
mean=mean, std=std,
439439
)
440440

441441

0 commit comments

Comments
 (0)