Skip to content

Commit 0cda1f0

Browse files
committed
fix typo
1 parent 4f65c9b commit 0cda1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bioimageio/core/prediction_pipeline/_combined_processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def apply_postprocessing(
111111
tensors = dict(zip(self.output_tensor_names, output_tensors))
112112
sample_stats = input_sample_statistics
113113
sample_stats.update(self.compute_sample_statistics(tensors, self._req_output_stats[SAMPLE]))
114-
for proc in self._prep:
114+
for proc in self._post:
115115
proc.set_computed_sample_statistics(sample_stats)
116116
tensors[proc.tensor_name] = proc.apply(tensors[proc.tensor_name])
117117

0 commit comments

Comments
 (0)