Skip to content
Snippets Groups Projects
Commit 9be75bdc authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Remove plots from tests for speed

parent 505b0ce3
No related branches found
No related tags found
No related merge requests found
......@@ -224,8 +224,7 @@ class TestMCMCSearch(Test):
minStartTime=minStartTime, maxStartTime=maxStartTime,
nsteps=[100, 100], nwalkers=100, ntemps=2, log10temperature_min=-1)
search.setup_convergence_testing()
search.run(create_plots=True)
search.plot_corner(add_prior=True)
search.run(create_plots=False)
_, FS = search.get_max_twoF()
print('Predicted twoF is {} while recovered is {}'.format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment