Skip to content
Snippets Groups Projects
Commit 7eff1a0c authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Minor bug fixes

parent 810932a2
Branches
Tags
No related merge requests found
...@@ -2157,6 +2157,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch): ...@@ -2157,6 +2157,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
""" """
self.nsegs = 1 self.nsegs = 1
self._set_likelihoodcoef()
self._initiate_search_object() self._initiate_search_object()
run_setup = self.init_run_setup( run_setup = self.init_run_setup(
run_setup, NstarMax=NstarMax, Nsegs0=Nsegs0, log_table=log_table, run_setup, NstarMax=NstarMax, Nsegs0=Nsegs0, log_table=log_table,
...@@ -2241,7 +2242,8 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch): ...@@ -2241,7 +2242,8 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
self.lnprobs = lnprobs self.lnprobs = lnprobs
self.lnlikes = lnlikes self.lnlikes = lnlikes
self.all_lnlikelihood = all_lnlikelihood self.all_lnlikelihood = all_lnlikelihood
self._save_data(sampler, samples, lnprobs, lnlikes, all_lnlikelihood) self._save_data(sampler, samples, lnprobs, lnlikes, all_lnlikelihood,
sampler.chain)
if create_plots: if create_plots:
try: try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment