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
3e693091
Commit
3e693091
authored
May 08, 2018
by
Gregory Ashton
Browse files
Minor update to example
parent
d7b5815d
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/glitch_examples/semicoherent_glitch_robust_directed_MCMC_search_on_1_glitch.py
View file @
3e693091
...
...
@@ -60,7 +60,9 @@ mcmc.run()
dT
=
time
.
time
()
-
t1
fig_and_axes
=
gridcorner
.
_get_fig_and_axes
(
4
,
2
,
0.05
)
mcmc
.
plot_corner
(
label_offset
=
0.25
,
truths
=
[
0
,
0
,
0
,
0
],
fig_and_axes
=
fig_and_axes
,
quantiles
=
(
0.16
,
0.84
))
fig_and_axes
=
fig_and_axes
,
quantiles
=
(
0.16
,
0.84
),
hist_kwargs
=
dict
(
lw
=
1.5
,
zorder
=-
1
),
truth_color
=
'C3'
)
mcmc
.
print_summary
()
...
...
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