[MNT] Improve coverage for base package#3516
Conversation
# Conflicts: # aeon/forecasting/stats/__init__.py # aeon/forecasting/stats/_tar.py # docs/api_reference/forecasting.rst
Thank you for contributing to
|
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
hadifawaz1999
left a comment
There was a problem hiding this comment.
LGTM, always good to improve coverage
# Conflicts: # aeon/forecasting/stats/tests/test_ets.py
Closes #955. Adds tests for BaseIntervalForest to improve coverage of aeon/base/_estimators/interval_based/base_interval_forest.py, targeting the many branches that were
previously untested.
Changes
All changes are in aeon/base/_estimators/interval_based/tests/test_base_interval_forest.py. No source code was modified. 21 new test functions were added covering:
All new tests use small synthetic datasets (make_example_3d_numpy) and minimal n_estimators to keep runtime fast.