Skip to content

Commit

Permalink
more temps/walkers
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Feb 12, 2024
1 parent e4f3cf9 commit e661b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rebound.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit e661b5c

Please sign in to comment.