diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7fa48c82c392e6ad6deb3bd71b36c4f955eeb950..c51eb07ecb086d8613ac13ce227dbee9f39002b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: diff --git a/test/sampler_test.py b/test/sampler_test.py index 769be1657cf5a85694427b6cc7d47fe93213db36..beb0c65bdb95d2b14cbb0c1810e6145c7662b508 100644 --- a/test/sampler_test.py +++ b/test/sampler_test.py @@ -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(