Spaces:
Sleeping
Sleeping
Update ref-metrics.py
Browse files- 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 |
|