We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244c65d commit 1723bccCopy full SHA for 1723bcc
1 file changed
py/dynesty/bounding.py
@@ -638,6 +638,8 @@ def update(self,
638
class RadFriends:
639
"""
640
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.
643
644
Parameters
645
----------
@@ -901,6 +903,8 @@ def _get_covariance_from_clusters(self, points):
901
903
class SupFriends:
902
904
905
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
908
909
910
0 commit comments