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

Adds back the python36 test

parent de97b6fb
No related branches found
No related tags found
No related merge requests found
......@@ -71,13 +71,13 @@ python-3.7:
- docs/_build/html/
# test example on python 3.6
#python-3.6:
# stage: test
# image: bilbydev/v2-dockerfile-test-suite-python36
# script:
# - python -m pip install .
#
# - pytest
python-3.6:
stage: test
image: bilbydev/v2-dockerfile-test-suite-python36
script:
- python -m pip install .
- pytest
# Tests run at a fixed schedule rather than on push
scheduled-python-3.7:
......
......@@ -526,7 +526,7 @@ class TestRunningSamplers(unittest.TestCase):
def test_run_cpnest(self):
_ = bilby.run_sampler(
likelihood=self.likelihood, priors=self.priors, sampler='cpnest',
nlive=100, save=False)
nlive=100, save=False, resume=False)
def test_run_dynesty(self):
_ = bilby.run_sampler(
......
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