Skip to content
Snippets Groups Projects

Reduce time required for the sampler tests

Merged Gregory Ashton requested to merge speed-up-sampler-tests into master
Files
3
@@ -90,10 +90,11 @@ class Test(unittest.TestCase):
likelihood=likelihood,
priors=priors,
sampler="dynesty",
npoints=1000,
walks=100,
nlive=1000,
nact=10,
outdir=self.outdir,
label=label,
save=False
)
pvalues = [
ks_2samp_wrapper(
Loading