Skip to content

Commit

Permalink
tests: increment iterations from scheduled test run
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Sep 2, 2024
1 parent 85e1ce1 commit 8a928af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test_monte_carlo_thevenin.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ def test_sampling_thevenin(self, sampler, likelihood):
"cov0": [3e-4, 3e-4],
}
if sampler in self.fast_samplers:
common_args["warm_up"] = 500
common_args["max_iterations"] = 1000
common_args["warm_up"] = 600
common_args["max_iterations"] = 1200

# construct and run
sampler = sampler(**common_args)
Expand Down

0 comments on commit 8a928af

Please sign in to comment.