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

Merge branch 'develop' into private_algos

parents 1a3ac00a 332ab1c0
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ def get_metric(metrics_dict): ...@@ -144,7 +144,7 @@ def get_metric(metrics_dict):
""" """
Fetches the metric module in the metrics package 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("*"): if metric_name.endswith("*"):
princ_metric_name = metric_name[:-1] princ_metric_name = metric_name[:-1]
princ_metric_kwargs = metric_kwargs 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