Skip to content

Commit

Permalink
Merge pull request #36 from neel-maniar/main
Browse files Browse the repository at this point in the history
Typo in datafit.ipynb
  • Loading branch information
minaskar authored Feb 18, 2024
2 parents c3f3ace + 10214e8 commit 1abdf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/notebooks/datafit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
"plt.figure(figsize=(16,1.5*ndim))\n",
"for n in range(ndim):\n",
" plt.subplot2grid((ndim, 1), (n, 0))\n",
" plt.plot(sampler.get_chain()[:,:,0], alpha=0.5)\n",
" plt.plot(sampler.get_chain()[:,:,n], alpha=0.5)\n",
"plt.tight_layout()\n",
"plt.show()"
]
Expand Down Expand Up @@ -440,4 +440,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 1abdf08

Please sign in to comment.