aeon-toolkit / aeon

A toolkit for machine learning from time series
https://aeon-toolkit.org/
BSD 3-Clause "New" or "Revised" License
1.01k stars 118 forks source link

[MNT] New distance compatibility tests timeout with numba disabled #1991

Open MatthewMiddlehurst opened 2 months ago

MatthewMiddlehurst commented 2 months ago

Describe the issue

See https://github.com/aeon-toolkit/aeon/actions/runs/10445759452/job/28922165687.

These tests take too long with numba disabled. We have an extended timeout duration for these tests, but it still reaches it.

Suggest a potential alternative/fix

Increase the efficiency of these tests and/or split them up. If not possible, disable them if numba is disabled.

Additional context

No response

TonyBagnall commented 1 month ago

=========================== short test summary info ============================ FAILED aeon/distances/tests/test_sklearn_compatibility.py::test_multivariate[task0-3-dist14] - Failed: Timeout >1800.0s FAILED aeon/regression/distance_based/tests/test_time_series_neighbors.py::test_knn_neighbors[twe] - Failed: Timeout >1800.0s

Additional context

MatthewMiddlehurst commented 1 month ago

@TonyBagnall was this fixed?