From 1723bcceba0bf7c378903c39615d85b62fdc0953 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Sun, 18 Feb 2024 22:21:35 +0000 Subject: [PATCH] fix comments --- py/dynesty/bounding.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py/dynesty/bounding.py b/py/dynesty/bounding.py index 12ab1b5d..0111396c 100644 --- a/py/dynesty/bounding.py +++ b/py/dynesty/bounding.py @@ -638,6 +638,8 @@ def update(self, class RadFriends: """ A collection of N-balls of identical size centered on each live point. + Importantly this class requires that the centers of the balls are set + in the .ctrs attribute. Parameters ---------- @@ -901,6 +903,8 @@ def _get_covariance_from_clusters(self, points): class SupFriends: """ A collection of N-cubes of identical size centered on each live point. + Importantly this class requires that the centers of the cubes are set + in the .ctrs attribute. Parameters ----------