Skip to content
Snippets Groups Projects
Commit 332ab1c0 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

bug

parent 455bdae9
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ def get_metric(metrics_dict):
"""
Fetches the metric module in the metrics package
"""
for metric_name, metric_kwargs in metrics_dict:
for metric_name, metric_kwargs in metrics_dict.items():
if metric_name.endswith("*"):
princ_metric_name = metric_name[:-1]
princ_metric_kwargs = metric_kwargs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment