We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f65c9b commit 0cda1f0Copy full SHA for 0cda1f0
bioimageio/core/prediction_pipeline/_combined_processing.py
@@ -111,7 +111,7 @@ def apply_postprocessing(
111
tensors = dict(zip(self.output_tensor_names, output_tensors))
112
sample_stats = input_sample_statistics
113
sample_stats.update(self.compute_sample_statistics(tensors, self._req_output_stats[SAMPLE]))
114
- for proc in self._prep:
+ for proc in self._post:
115
proc.set_computed_sample_statistics(sample_stats)
116
tensors[proc.tensor_name] = proc.apply(tensors[proc.tensor_name])
117
0 commit comments