From e661b5cfc897f41f033071849676f251622423a6 Mon Sep 17 00:00:00 2001 From: Sarah Blunt Date: Mon, 12 Feb 2024 15:21:46 -0800 Subject: [PATCH] more temps/walkers --- tests/test_rebound.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_rebound.py b/tests/test_rebound.py index 7e7c8ac9..406462a3 100644 --- a/tests/test_rebound.py +++ b/tests/test_rebound.py @@ -217,7 +217,7 @@ def test_rebound_mcmc(): ) - my_mcmc_samp = sampler.MCMC(my_sys, num_temps=1, num_walkers=20, num_threads=1) + my_mcmc_samp = sampler.MCMC(my_sys, num_temps=10, num_walkers=50, num_threads=1) my_mcmc_samp.run_sampler(5, burn_steps=1)