Skip to content

Commit 1723bcc

Browse files
committed
fix comments
1 parent 244c65d commit 1723bcc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py/dynesty/bounding.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ def update(self,
638638
class RadFriends:
639639
"""
640640
A collection of N-balls of identical size centered on each live point.
641+
Importantly this class requires that the centers of the balls are set
642+
in the .ctrs attribute.
641643
642644
Parameters
643645
----------
@@ -901,6 +903,8 @@ def _get_covariance_from_clusters(self, points):
901903
class SupFriends:
902904
"""
903905
A collection of N-cubes of identical size centered on each live point.
906+
Importantly this class requires that the centers of the cubes are set
907+
in the .ctrs attribute.
904908
905909
Parameters
906910
----------

0 commit comments

Comments
 (0)