Skip to content

Commit ec24ce6

Browse files
committed
Change random_seed in test_car_rng_fn
1 parent 693dd34 commit ec24ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/distributions/test_multivariate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@ def test_car_rng_fn(sparse):
22482248
with pm.Model():
22492249
car = pm.CAR("car", mu, W, alpha, tau, size=size)
22502250
mn = pm.MvNormal("mn", mu, cov, size=size)
2251-
check = pm.sample_prior_predictive(n_fails, return_inferencedata=False, random_seed=1)
2251+
check = pm.sample_prior_predictive(n_fails, return_inferencedata=False, random_seed=2)
22522252

22532253
p, f = delta, n_fails
22542254
while p <= delta and f > 0:

0 commit comments

Comments
 (0)