From fda0c87ffafb922ca1fa020ab9db712d95d087a8 Mon Sep 17 00:00:00 2001 From: MatthewMiddlehurst Date: Thu, 21 Nov 2024 11:55:09 +0000 Subject: [PATCH] rist --- aeon/testing/testing_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aeon/testing/testing_config.py b/aeon/testing/testing_config.py index 9d87d0a944..205e14aac1 100644 --- a/aeon/testing/testing_config.py +++ b/aeon/testing/testing_config.py @@ -72,6 +72,7 @@ "SeriesSearch": ["check_non_state_changing_method"], # Unknown issue not producing the same results "RDSTRegressor": ["check_regressor_against_expected_results"], + "RISTRegressor": ["check_regressor_against_expected_results"], } # Exclude specific tests for estimators here only when numba is disabled