Skip to content

Commit a316f54

Browse files
committed
Remove uneeded attirbutes
1 parent 7c05589 commit a316f54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

autoemulate/core/metrics.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@ class Metric:
1515
1616
Parameters
1717
----------
18-
metric : MetricLike
19-
The torchmetrics metric class or partial.
2018
name : str
2119
Display name for the metric.
2220
maximize : bool
2321
Whether higher values are better. Defaults to True.
2422
"""
2523

26-
metric: MetricLike
2724
name: str
2825
maximize: bool
2926

0 commit comments

Comments
 (0)