Skip to content

Commit f515e91

Browse files
ArmavicaricardoV94
authored andcommitted
Fix TestDEMetropolisZ::test_tuning_reset flakyness
1 parent c3c7d84 commit f515e91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pymc/tests/step_methods/test_metropolis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ def test_tuning_reset(self):
272272
cores=1,
273273
chains=3,
274274
discard_tuned_samples=False,
275+
random_seed=1,
275276
)
276277
for c in idata.posterior.chain:
277278
# check that the tuned settings changed and were reset

0 commit comments

Comments
 (0)