Skip to content

Commit

Permalink
remove random seed from test
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Apr 19, 2023
1 parent aca00d4 commit 6122532
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sktime/forecasting/tests/test_tbats.py
Expand Up @@ -18,7 +18,6 @@
)
def test_tbats_long_fh():
"""Test TBATS with long fh, checks for failure condition in bug #4491."""
np.random.seed(42)
LEN_HISTORY = 50
train = pd.Series(data=np.random.randint(1, 100, LEN_HISTORY))

Expand Down

0 comments on commit 6122532

Please sign in to comment.