hichem-abdellali commited on
Commit
64747fb
·
verified ·
1 Parent(s): fd36bff

Update ref-metrics.py

Browse files
Files changed (1) hide show
  1. 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 them.
106
 
107
  Returns:
108
- dict: A dictionary containing the computed metrics and relevant results.
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