Commit 7fbf899c authored by Baber's avatar Baber
Browse files

Merge branch 'main' into convert_gen

parents 5c914988 144a1e58
...@@ -1626,7 +1626,7 @@ class ConfigurableTask(Task): ...@@ -1626,7 +1626,7 @@ class ConfigurableTask(Task):
# This allows for multiple metrics to be returned from the same function # This allows for multiple metrics to be returned from the same function
for k, v in result_score.items(): for k, v in result_score.items():
result_dict[k] = v result_dict[k] = v
return result_dict else:
result_dict[metric] = result_score result_dict[metric] = result_score
else: else:
raise ValueError( raise ValueError(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment