Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backtracks/backtracks.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def fit(self, dlogz=0.5, npool=4, dynamic=False, nlive=200, mpi_pool=False, resu
print('[BACKTRACKS INFO]: Beginning sampling')
ndim = self.ndim

if not mpi_pool:
if mpi_pool:
with dynesty.pool.Pool(npool, self.loglike, self.prior_transform) as pool:
if dynamic:
if resume:
Expand Down
Loading