Skip to content

Commit 3b24bce

Browse files
committed
Fix the comment of scorers_are_univariate
1 parent b41be28 commit 3b24bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darts/ad/anomaly_model/anomaly_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def show_anomalies(
317317

318318
@property
319319
def scorers_are_univariate(self):
320-
"""Whether any of the Scorers is trainable."""
320+
"""Whether any of the Scorers is univariate."""
321321
return any(s.is_univariate for s in self.scorers)
322322

323323
@property

0 commit comments

Comments
 (0)