Skip to content

Commit

Permalink
Fix TestDEMetropolisZ::test_tuning_reset flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Sep 30, 2022
1 parent d3e41de commit a9eca4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pymc/tests/step_methods/test_metropolis.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def test_tuning_reset(self):
cores=1,
chains=3,
discard_tuned_samples=False,
random_seed=1,
)
for c in idata.posterior.chain:
# check that the tuned settings changed and were reset
Expand Down

0 comments on commit a9eca4a

Please sign in to comment.