Skip to content

Commit

Permalink
remote print
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultdvx authored Sep 11, 2024
1 parent a5d8bce commit 21039e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clinicadl/metrics/metric_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def __init__(self, metrics, n_classes=2):
for method_name in dir(MetricModule)
if callable(getattr(MetricModule, method_name))
]
print(metrics)
self.metrics = dict()
for metric in metrics:
if f"compute_{metric.lower()}" in list_fn:
Expand Down

0 comments on commit 21039e2

Please sign in to comment.