Skip to content

Commit 6c4dca7

Browse files
committed
excluded forecasting test for tcn
1 parent 7387ea2 commit 6c4dca7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

aeon/testing/testing_config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
"check_persistence_via_pickle",
4747
"check_save_estimators_to_file",
4848
],
49+
# checks required for multivariate
50+
"TCNForecaster": ["check_forecaster_output"],
4951
# needs investigation
5052
"SASTClassifier": ["check_fit_deterministic", "check_estimator_multithreading"],
5153
"RSASTClassifier": ["check_fit_deterministic", "check_estimator_multithreading"],

0 commit comments

Comments
 (0)