File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 52
52
"RSASTClassifier" : ["check_fit_deterministic" ],
53
53
"SAST" : ["check_fit_deterministic" ],
54
54
"RSAST" : ["check_fit_deterministic" ],
55
- "MatrixProfile" : ["check_persistence_via_pickle" ],
55
+ "MatrixProfile" : ["check_fit_deterministic" , " check_persistence_via_pickle" ],
56
56
# missed in legacy testing, changes state in predict/transform
57
57
"FLUSSSegmenter" : ["check_non_state_changing_method" ],
58
58
"InformationGainSegmenter" : ["check_non_state_changing_method" ],
73
73
EXCLUDED_TESTS_NO_NUMBA = {
74
74
# See issue #622
75
75
"HIVECOTEV2" : ["check_classifier_against_expected_results" ],
76
+ # Other failures
77
+ "TemporalDictionaryEnsemble" : ["check_classifier_against_expected_results" ],
78
+ "OrdinalTDE" : ["check_classifier_against_expected_results" ],
79
+ "CanonicalIntervalForestRegressor" : ["check_regressor_against_expected_results" ],
76
80
}
77
81
78
82
You can’t perform that action at this time.
0 commit comments