hichem-abdellali commited on
Commit
3b8aa91
·
verified ·
1 Parent(s): 315e3e3

Update ref-metrics.py

Browse files
Files changed (1) hide show
  1. ref-metrics.py +1 -0
ref-metrics.py CHANGED
@@ -124,6 +124,7 @@ class UserFriendlyMetrics(evaluate.Metric):
124
 
125
  Note:
126
  - If the metric does not support area ranges, the metric should store the results under the `all` key.
 
127
  """
128
  return self.dummy_values(area_ranges_tuples)
129
 
 
124
 
125
  Note:
126
  - If the metric does not support area ranges, the metric should store the results under the `all` key.
127
+ - If a range area is provided it will be displayed in the output. if area_ranges_tuples is None, then all the area ranges will be displayed
128
  """
129
  return self.dummy_values(area_ranges_tuples)
130