Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Michael Williams
bilby
Commits
819a0635
Commit
819a0635
authored
Dec 21, 2020
by
Moritz Huebner
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-cpnest-cbc' into 'master'
Use double for cpnest parameter See merge request
lscsoft/bilby!908
parents
655699ed
c26cdf46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bilby/core/sampler/cpnest.py
bilby/core/sampler/cpnest.py
+2
-2
No files found.
bilby/core/sampler/cpnest.py
View file @
819a0635
...
...
@@ -89,8 +89,8 @@ class Cpnest(NestedSampler):
prior_samples
=
self
.
priors
.
sample
()
self
.
_update_bounds
()
point
=
LivePoint
(
self
.
names
,
array
.
array
(
'f'
,
[
prior_samples
[
name
]
for
name
in
self
.
names
])
)
self
.
names
,
array
.
array
(
'd'
,
[
prior_samples
[
name
]
for
name
in
self
.
names
])
)
return
point
self
.
_resolve_proposal_functions
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment