Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Feb 18, 2024
1 parent 244c65d commit 1723bcc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/dynesty/bounding.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down Expand Up @@ -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
----------
Expand Down

0 comments on commit 1723bcc

Please sign in to comment.