Skip to content

Commit

Permalink
Automatic pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramana-Raja authored and github-actions[bot] committed Jan 5, 2025
1 parent f91793b commit 81b0f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aeon/anomaly_detection/tests/test_idk.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@

from aeon.anomaly_detection import IDK


def test_idk_univariate():
"""Test IDK on univariate data."""
rng = np.random.default_rng(seed=2)
rng = np.random.default_rng(seed=2)
series = rng.normal(size=(100,))
series[50:58] -= 5

Expand Down

0 comments on commit 81b0f5b

Please sign in to comment.