We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7387ea2 commit 6c4dca7Copy full SHA for 6c4dca7
aeon/testing/testing_config.py
@@ -46,6 +46,8 @@
46
"check_persistence_via_pickle",
47
"check_save_estimators_to_file",
48
],
49
+ # checks required for multivariate
50
+ "TCNForecaster": ["check_forecaster_output"],
51
# needs investigation
52
"SASTClassifier": ["check_fit_deterministic", "check_estimator_multithreading"],
53
"RSASTClassifier": ["check_fit_deterministic", "check_estimator_multithreading"],
0 commit comments