Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions aeon/testing/testing_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@
"ClaSPSegmenter": ["check_non_state_changing_method"],
"HMMSegmenter": ["check_non_state_changing_method"],
"RSTSF": ["check_non_state_changing_method"],
# Unknown issue not producing the same results
"RDSTRegressor": ["check_regressor_against_expected_results"],
"RISTRegressor": ["check_regressor_against_expected_results"],
# Affected by threading changes in distance module
"CanonicalIntervalForestRegressor": ["check_regressor_against_expected_results"],
# Requires y to be passed in invers_transform,
# Requires y to be passed in inverse_transform,
# but this is not currently enabled/supported
"DifferenceTransformer": ["check_transform_inverse_transform_equivalent"],
}
Expand Down
Loading