Spaces:
Build error
Build error
Update ref-metrics.py
Browse files- ref-metrics.py +2 -2
ref-metrics.py
CHANGED
|
@@ -102,10 +102,10 @@ class UserFriendlyMetrics(evaluate.Metric):
|
|
| 102 |
debug: bool = False,
|
| 103 |
):
|
| 104 |
"""
|
| 105 |
-
Call the required functions to compute the metrics and return
|
| 106 |
|
| 107 |
Returns:
|
| 108 |
-
dict: A dictionary containing the computed metrics
|
| 109 |
"""
|
| 110 |
return self.dummy_values(area_ranges_tuples)
|
| 111 |
|
|
|
|
| 102 |
debug: bool = False,
|
| 103 |
):
|
| 104 |
"""
|
| 105 |
+
Call the required functions to compute the metrics and return it.
|
| 106 |
|
| 107 |
Returns:
|
| 108 |
+
dict: A dictionary containing the computed metrics based on the provided area in the area_ranges_tuples.
|
| 109 |
"""
|
| 110 |
return self.dummy_values(area_ranges_tuples)
|
| 111 |
|