Skip to content

Commit c039bfc

Browse files
committed
Fixed TS2Vec tests
1 parent 2420b37 commit c039bfc

File tree

3 files changed

+237
-220
lines changed

3 files changed

+237
-220
lines changed

aeon/testing/estimator_checking/_yield_regression_checks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def check_regressor_overrides_and_tags(estimator_class):
169169
"feature",
170170
"hybrid",
171171
"shapelet",
172+
"contrastive",
172173
]
173174
algorithm_type = estimator_class.get_class_tag("algorithm_type")
174175
if algorithm_type is not None:

0 commit comments

Comments
 (0)