From daab7b115be57b01a7fdcad36678a2b6f7663fc0 Mon Sep 17 00:00:00 2001 From: Paul Lasky <paul.lasky@ligo.org> Date: Wed, 7 Nov 2018 22:14:05 -0600 Subject: [PATCH] Update bilby/core/sampler/base_sampler.py --- bilby/core/sampler/base_sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bilby/core/sampler/base_sampler.py b/bilby/core/sampler/base_sampler.py index f26ff7947..5ead6fe3e 100644 --- a/bilby/core/sampler/base_sampler.py +++ b/bilby/core/sampler/base_sampler.py @@ -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] -- GitLab