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
David Keitel
PyFstat
Commits
bb17752e
Commit
bb17752e
authored
Aug 20, 2017
by
Gregory Ashton
Browse files
Return sampler from run
parent
31afa0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
pyfstat/mcmc_based_searches.py
View file @
bb17752e
...
...
@@ -468,6 +468,7 @@ class MCMCSearch(core.BaseSearchClass):
self
.
lnlikes
=
lnlikes
self
.
all_lnlikelihood
=
all_lnlikelihood
self
.
_save_data
(
sampler
,
samples
,
lnprobs
,
lnlikes
,
all_lnlikelihood
)
return
sampler
def
_get_rescale_multiplier_for_key
(
self
,
key
):
""" Get the rescale multiplier from the rescale_dictionary
...
...
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