Skip to content
Snippets Groups Projects
Commit daab7b11 authored by Paul Lasky's avatar Paul Lasky
Browse files

Update bilby/core/sampler/base_sampler.py

parent 0266f12b
No related branches found
No related tags found
1 merge request!263fix reorder_likelihoods
Pipeline #37429 passed
......@@ -433,7 +433,7 @@ class NestedSampler(Sampler):
axis=1))[0]
if len(idx) > 1:
logger.warning(
"Multiple likwlihood matches found between sorted and "
"Multiple likelihood matches found between sorted and "
"unsorted samples. Taking the first match.")
idxs.append(idx[0])
return unsorted_loglikelihoods[idxs]
......
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