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

Fix flake8

parent 620761c9
No related branches found
No related tags found
1 merge request!750Improve ptemcee
Pipeline #113891 passed
......@@ -815,8 +815,7 @@ def compute_evidence(sampler, outdir, label, nburn, thin, make_plots=True):
ax2.semilogx(min_betas, evidence, "-o")
ax2.set_ylabel(
r"$\int_{\beta_{min}}^{\beta=1}"
+ r"\langle \log(\mathcal{L})\rangle d\beta$",
r"$\int_{\beta_{min}}^{\beta=1}" + r"\langle \log(\mathcal{L})\rangle d\beta$",
size=16,
)
ax2.set_xlabel(r"$\beta_{min}$")
......
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