Skip to content

Commit

Permalink
Change random_seed in test_car_rng_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Nov 8, 2023
1 parent 693dd34 commit ec24ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/distributions/test_multivariate.py
Original file line number Diff line number Diff line change
Expand Up @@ -2248,7 +2248,7 @@ def test_car_rng_fn(sparse):
with pm.Model():
car = pm.CAR("car", mu, W, alpha, tau, size=size)
mn = pm.MvNormal("mn", mu, cov, size=size)
check = pm.sample_prior_predictive(n_fails, return_inferencedata=False, random_seed=1)
check = pm.sample_prior_predictive(n_fails, return_inferencedata=False, random_seed=2)

p, f = delta, n_fails
while p <= delta and f > 0:
Expand Down

0 comments on commit ec24ce6

Please sign in to comment.