Skip to content

Commit 3737ed9

Browse files
Correct docstrings typos.
1 parent 4be3bd7 commit 3737ed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

harmonic/utils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)