Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Ashton
PyFstat
Commits
7eff1a0c
Commit
7eff1a0c
authored
May 28, 2018
by
Gregory Ashton
Browse files
Minor bug fixes
parent
810932a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
7eff1a0c
...
...
@@ -2157,6 +2157,7 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
"""
self
.
nsegs
=
1
self
.
_set_likelihoodcoef
()
self
.
_initiate_search_object
()
run_setup
=
self
.
init_run_setup
(
run_setup
,
NstarMax
=
NstarMax
,
Nsegs0
=
Nsegs0
,
log_table
=
log_table
,
...
...
@@ -2241,7 +2242,8 @@ class MCMCFollowUpSearch(MCMCSemiCoherentSearch):
self
.
lnprobs
=
lnprobs
self
.
lnlikes
=
lnlikes
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
:
try
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment