Skip to content

Commit

Permalink
fix test exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBagnall committed Nov 27, 2024
1 parent ea5f0db commit b586e79
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions aeon/testing/testing_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,6 @@
"ClaSPSegmenter": ["check_non_state_changing_method"],
"HMMSegmenter": ["check_non_state_changing_method"],
"BinSegSegmenter": ["check_non_state_changing_method"],
# "QUANTTransformer": ["check_non_state_changing_method"],
# "MatrixProfileSeriesTransformer": ["check_non_state_changing_method"],
# "PLASeriesTransformer": ["check_non_state_changing_method"],
# "AutoCorrelationSeriesTransformer": ["check_non_state_changing_method"],
# "SIVSeriesTransformer": ["check_non_state_changing_method"],
# "RocketClassifier": ["check_non_state_changing_method"],
# "MiniRocketClassifier": ["check_non_state_changing_method"],
# "MultiRocketClassifier": ["check_non_state_changing_method"],
# "RocketRegressor": ["check_non_state_changing_method"],
# "MiniRocketRegressor": ["check_non_state_changing_method"],
# "MultiRocketRegressor": ["check_non_state_changing_method"],
"RSTSF": ["check_non_state_changing_method"],
# Keeps length during predict to avoid recomputing means and std of data in fit
# if the next predict calls uses the same query length parameter.
Expand Down

0 comments on commit b586e79

Please sign in to comment.