Skip to content

Commit 8f3b0ba

Browse files
ColmTalbotmj-will
authored andcommitted
TST: remove dnest4 import test (bilby-dev#984)
1 parent 2ed8685 commit 8f3b0ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_samplers_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_sampler_import(sampler_name):
1111
1212
Do not test :code:`FakeSampler` since it requires an additional argument.
1313
"""
14-
if sampler_name in ["fake_sampler", "pypolychord"]:
14+
if sampler_name in ["dnest4", "fake_sampler", "pypolychord"]:
1515
pytest.skip(f"Skipping import test for {sampler_name}")
1616
bilby.core.utils.logger.setLevel("ERROR")
1717
likelihood = bilby.core.likelihood.Likelihood(dict())

0 commit comments

Comments
 (0)