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

Remove sample from the prior test from the CI

parent 0c6c1d56
No related branches found
No related tags found
1 merge request!949Reduce time required for the sampler tests
Pipeline #216526 passed
......@@ -114,9 +114,7 @@ python-3.7-samplers:
script:
- python -m pip install .
#- pytest test/integration/sampler_run_test.py --durations 10
- pip install pytest-timeout
- pytest test/integration/sample_from_the_prior_test.py --timeout=60
- pytest test/integration/sampler_run_test.py --durations 10
# test samplers on python 3.6
python-3.6-samplers:
......
......@@ -90,7 +90,7 @@ class Test(unittest.TestCase):
likelihood=likelihood,
priors=priors,
sampler="dynesty",
nlive=250,
nlive=1000,
nact=10,
outdir=self.outdir,
label=label,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment