diff --git a/pymc/tests/sampler_fixtures.py b/pymc/tests/sampler_fixtures.py index 6bd085a59..dabb3466e 100644 --- a/pymc/tests/sampler_fixtures.py +++ b/pymc/tests/sampler_fixtures.py @@ -149,6 +149,7 @@ def setup_class(cls): cores=cls.chains, return_inferencedata=False, compute_convergence_checks=False, + random_seed=cls.random_seed, ) cls.samples = {} for var in cls.model.unobserved_RVs: