Skip to content
Snippets Groups Projects
Commit 2c578d77 authored by Matthew David Pitkin's avatar Matthew David Pitkin Committed by Moritz Huebner
Browse files

Resolve "Ultranest failing"

parent 53aa1e5b
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class Ultranest(NestedSampler):
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,
......@@ -232,7 +232,7 @@ class Ultranest(NestedSampler):
]
else:
keys = [
"update_interval_iter_fraction",
"update_interval_volume_fraction",
"update_interval_ncall",
"log_interval",
"show_status",
......
......@@ -7,5 +7,5 @@ pymc3==3.6; python_version <= '2.7'
pymc3>=3.6; python_version > '3.4'
pymultinest
kombine
ultranest>=2.2.1
dnest4
\ No newline at end of file
ultranest>=3.0.0
dnest4
......@@ -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