Skip to content

Commit 3de0d69

Browse files
committed
return empty dict as default
for get_required_sample_statistics
1 parent 0fcac46 commit 3de0d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bioimageio/core/prediction_pipeline/_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def get_required_sample_statistics(self) -> Dict[str, Set[Measure]]:
2727
Specifies which sample measures are required from what tensor.
2828
Returns: sample measures required to apply this processing indexed by <tensor_name>.
2929
"""
30+
return {}
3031

3132
def set_computed_dataset_statistics(self, computed: Dict[str, Dict[Measure, Any]]):
3233
"""helper to set computed statistics and check if they match the requirements"""

0 commit comments

Comments
 (0)