Skip to content
Snippets Groups Projects
Commit a5e8d5ea authored by Matthew David Pitkin's avatar Matthew David Pitkin
Browse files

Fix ultranest tests

parent 584369cb
No related branches found
No related tags found
1 merge request!906Resolve "Ultranest failing"
......@@ -44,7 +44,7 @@ class TestUltranest(unittest.TestCase):
log_interval=None,
dlogz=None,
max_iters=None,
update_interval_iter_fraction=0.2,
update_interval_volume_fraction=0.2,
viz_callback=None,
dKL=0.5,
frac_remain=0.01,
......@@ -79,7 +79,7 @@ class TestUltranest(unittest.TestCase):
log_interval=None,
dlogz=None,
max_iters=None,
update_interval_iter_fraction=0.2,
update_interval_volume_fraction=0.2,
viz_callback=None,
dKL=0.5,
frac_remain=0.01,
......
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