Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Feb 15, 2024
1 parent 8ed4261 commit 8f3a05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/dynesty/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def propose_live(self, *args):
ax = self.bound.axes
else:
ax = np.identity(self.ncdim)
elif self.bound == 'multi':
elif self.bounding == 'multi':
u_fit = u[:self.ncdim]

# Automatically trigger an update if we're not in any ellipsoid.
Expand Down

0 comments on commit 8f3a05f

Please sign in to comment.