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

Fix tests

parent 13900f1a
No related branches found
No related tags found
1 merge request!764Improvement to pymultinest: allow long filenames
Pipeline #119958 passed
......@@ -466,7 +466,6 @@ class TestPymultinest(unittest.TestCase):
def test_default_kwargs(self):
expected = dict(importance_nested_sampling=False, resume=True,
verbose=True, sampling_efficiency='parameter',
outputfiles_basename='outdir/pm_label/',
n_live_points=500, n_params=2,
n_clustering_params=None, wrapped_params=None,
multimodal=True, const_efficiency_mode=False,
......@@ -482,7 +481,6 @@ class TestPymultinest(unittest.TestCase):
def test_translate_kwargs(self):
expected = dict(importance_nested_sampling=False, resume=True,
verbose=True, sampling_efficiency='parameter',
outputfiles_basename='outdir/pm_label/',
n_live_points=123, n_params=2,
n_clustering_params=None, wrapped_params=None,
multimodal=True, const_efficiency_mode=False,
......
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