Skip to content

Commit 4d3930e

Browse files
wildboar
1 parent ae77698 commit 4d3930e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/periodic_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Disable Numba JIT
9191
run: echo "NUMBA_DISABLE_JIT=1" >> $GITHUB_ENV
9292

93-
- name: Install aeon and dependencies
93+
- name: Install
9494
uses: nick-fields/retry@v3
9595
with:
9696
timeout_minutes: 30
@@ -101,7 +101,7 @@ jobs:
101101
run: python -m pip list
102102

103103
- name: Run tests
104-
run: python -m pytest -n logical --cov=aeon --cov-report=xml --timeout 1800
104+
run: python -m pytest -n logical --cov=tsml --cov-report=xml --timeout 1800
105105

106106
- uses: codecov/codecov-action@v5
107107
env:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ all_extras = [
5252
"grailts",
5353
"scikit-fda>=0.7.0; python_version > '3.9' and python_version < '3.13'",
5454
"statsmodels>=0.12.1",
55-
"wildboar",
55+
"wildboar<=1.2.0",
5656
]
5757
unstable_extras = [
5858
"mrsqm>=0.0.7; platform_system == 'Linux' and python_version < '3.12'", # requires gcc and fftw to be installed for Windows and some other OS (see http://www.fftw.org/index.html)

tsml/tests/test_sklearn_compatability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Unit tests for aeon classifier compatability with sklearn interfaces."""
1+
"""Unit tests for tsml classifier compatability with sklearn interfaces."""
22

33
__maintainer__ = []
44
__all__ = [

0 commit comments

Comments
 (0)