diff --git a/aeon/testing/testing_config.py b/aeon/testing/testing_config.py index 66faf6fc22..f11f087a22 100644 --- a/aeon/testing/testing_config.py +++ b/aeon/testing/testing_config.py @@ -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"], }