Skip to content

Commit 0c6d0df

Browse files
committed
Seed flaky test
1 parent 2216b59 commit 0c6d0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_timeseries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def test_batched_size(self, explicit_shape, batched_param):
797797
with Model() as t0:
798798
y = GARCH11("y", **kwargs0)
799799

800-
y_eval = draw(y, draws=2)
800+
y_eval = draw(y, draws=2, random_seed=800)
801801
assert y_eval[0].shape == (batch_size, steps)
802802
assert not np.any(np.isclose(y_eval[0], y_eval[1]))
803803

0 commit comments

Comments
 (0)