Skip to content

Commit

Permalink
fixed white space lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ywx649999311 committed Feb 1, 2023
1 parent 97afe90 commit 60dde94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tinygp/kernels/quasisep.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ def init(
beta: The product of :math:`\beta` and :math:`\sigma` in the
definition above. Given that by definition `\beta_0 = 1`, beta[0] = `\sigma`. This should be an array of length ``q+1``, where ``q+1 <= p``.
eta: A tiny number to avoid division by zero error when computing
non-essential components. Defaults to 1e-30. Only update this if the internal numerical precision < float16.
non-essential components. Defaults to 1e-30. Only update this if the internal numerical precision < float16.
"""

sigma = jnp.ones(())
Expand Down

0 comments on commit 60dde94

Please sign in to comment.