Skip to content

Commit 662f812

Browse files
committed
remove unnecessary comments
1 parent 72f3f88 commit 662f812

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autointent/modules/abc/_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ def score_metrics(params: tuple[Any, Any], metrics_dict: dict[str, Any]) -> dict
120120
"""
121121
metrics = {}
122122
for metric_name, metric_fn in metrics_dict.items():
123-
# try:
124123
metrics[metric_name] = metric_fn(*params)
125-
# except Exception as e: # nqa: PERF203, BLE001
126-
# metrics[metric_name] = str(e)
127124
return metrics
128125

129126
def _validate_multilabel(self, data_is_multilabel: bool) -> None:

0 commit comments

Comments
 (0)