Skip to content
Snippets Groups Projects
Commit 25eecc0a authored by Colm Talbot's avatar Colm Talbot
Browse files

BUGFIX: dynesty - change npdim to ncdim

parent 94bb56ce
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class LivePointSampler(UnitCubeSampler):
self.kwargs["live"] = self.live_u
i = self.rstate.integers(self.nlive)
u = self.live_u[i, :]
return u, np.identity(self.npdim)
return u, np.identity(self.ncdim)
class MultiEllipsoidLivePointSampler(MultiEllipsoidSampler):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment