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

Merge branch 'bilby-mcmc-fix-pickling' into 'master'

BUGFIX: Bilby MCMC - fix pickling

See merge request lscsoft/bilby!1141
parents 3b3d387b 76c5f8fd
No related branches found
No related tags found
1 merge request!1141BUGFIX: Bilby MCMC - fix pickling
Pipeline #442990 passed
......@@ -1076,9 +1076,6 @@ class BilbyMCMCSampler(object):
Eindex=0,
use_ratio=False,
):
from ..core.sampler.base_sampler import _sampling_convenience_dump
self._sampling_helper = _sampling_convenience_dump
self.beta = beta
self.Tindex = Tindex
self.Eindex = Eindex
......
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