Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bilby
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sylvia Biscoveanu
bilby
Commits
2c578d77
Commit
2c578d77
authored
4 years ago
by
Matthew Pitkin
Committed by
Moritz Huebner
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Ultranest failing"
parent
53aa1e5b
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
bilby/core/sampler/ultranest.py
+2
-2
2 additions, 2 deletions
bilby/core/sampler/ultranest.py
sampler_requirements.txt
+2
-2
2 additions, 2 deletions
sampler_requirements.txt
test/core/sampler/ultranest_test.py
+2
-2
2 additions, 2 deletions
test/core/sampler/ultranest_test.py
with
6 additions
and
6 deletions
bilby/core/sampler/ultranest.py
+
2
−
2
View file @
2c578d77
...
...
@@ -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
"
,
...
...
This diff is collapsed.
Click to expand it.
sampler_requirements.txt
+
2
−
2
View file @
2c578d77
...
...
@@ -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
This diff is collapsed.
Click to expand it.
test/core/sampler/ultranest_test.py
+
2
−
2
View file @
2c578d77
...
...
@@ -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
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment