Skip to content

Commit

Permalink
fix nb
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisrkckl committed Nov 13, 2023
1 parent 7fde2bd commit 3b98d9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/examples/bayesian-example-NGC6440E.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@
# The burn-in should be decided after looking at the chains in the real world.
samples_emcee = sampler.get_chain(flat=True, discard=100)

# %%
if not rtd:
# Plot the MCMC chains to make sure that the burn-in has been removed properly.
# Otherwise, go back and discard more points.
for idx, param_chain in enumerate(samples_emcee.T):
Expand Down

0 comments on commit 3b98d9d

Please sign in to comment.