Skip to content

Commit

Permalink
--
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Sep 21, 2023
1 parent 474876c commit 928a296
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/examples/bayesian-example-NGC6440E.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,9 @@

# %%
# Plot the posterior distribution.
fig = corner.corner(samples_emcee, labels=bt.param_labels)
plt.show()
if not rtd:
fig = corner.corner(samples_emcee, labels=bt.param_labels)
plt.show()

# %% [markdown]
# ## Nested sampling with nestle
Expand Down

0 comments on commit 928a296

Please sign in to comment.