File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def plot_getdist(samples, labels=None):
5353
5454 Args:
5555 - samples:
56- 2D array of shape (ndim, nsamples ) containing samples.
56+ 2D array of shape (nsamples, ndim ) containing samples.
5757 - labels:
5858 Array of strings containing axis labels.
5959
@@ -80,9 +80,9 @@ def plot_getdist_compare(
8080 Plot triangle plot of marginalised distributions using getdist package.
8181
8282 Args:
83- samples1 : 2D array of shape (ndim, nsamples ) containing samples from the posterior.
83+ samples1 : 2D array of shape (nsamples, ndim ) containing samples from the posterior.
8484
85- samples2 : 2D array of shape (ndim, nsamples ) containing samples from the concentrated flow.
85+ samples2 : 2D array of shape (nsamples, ndim ) containing samples from the concentrated flow.
8686
8787 labels: Array of strings containing axis labels for both sets of samples.
8888
You can’t perform that action at this time.
0 commit comments