Skip to content

Commit

Permalink
doc(delay) Fix typo in doc string.
Browse files Browse the repository at this point in the history
Co-authored-by: Liam Gray <[email protected]>
  • Loading branch information
jmaceachern and ljgray authored Jun 12, 2024
1 parent 599983e commit 5032c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draco/analysis/delay.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ class DelayGibbsSamplerBase(DelayTransformBase, random.RandomTask):
----------
nsamp : int, optional
If maxpost=False, the number of Gibbs samples to draw. If maxpost=True,
the number if iterations allowed in the call to scipy.optimize.minimize
the number of iterations allowed in the call to scipy.optimize.minimize
in the maximum-likelihood estimator.
initial_amplitude : float, optional
The Gibbs sampler will be initialized with a flat power spectrum with
Expand Down

0 comments on commit 5032c42

Please sign in to comment.