Skip to content

Commit 32332b5

Browse files
MatthewMiddlehurstpattplatt
authored andcommitted
register
1 parent 2a5b354 commit 32332b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aeon/utils/base/_register.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"series-estimator": BaseSeriesEstimator,
4040
"transformer": BaseTransformer,
4141
"anomaly-detector": BaseAnomalyDetector,
42-
"collection_anomaly_detector": BaseCollectionAnomalyDetector,
42+
"collection-anomaly-detector": BaseCollectionAnomalyDetector,
4343
"collection-transformer": BaseCollectionTransformer,
4444
"classifier": BaseClassifier,
4545
"clusterer": BaseClusterer,

aeon/utils/tags/_tags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ class : identifier for the base class of objects this tag applies to
141141
"class": [
142142
"transformer",
143143
"anomaly-detector",
144-
"collection_anomaly_detector",
144+
"collection-anomaly-detector",
145145
"segmenter",
146146
],
147147
"type": "bool",

0 commit comments

Comments
 (0)