Skip to content

Commit

Permalink
Merge branch 'LSSTDESC:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
DelonShen authored Jun 13, 2024
2 parents d963d16 + dfa2b3b commit 60046cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyccl/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def sigmaR(cosmo, R, a=1, *, p_of_k_a=DEFAULT_POWER_SPECTRUM):
\\sigma_R^2(z)=\\frac{1}{2\\pi^2}\\int dk\\,k^2\\,P(k,z)\\,
|W(kR)|^2,
with :math:`W(x)=(3\\sin(x)-x\\cos(x))/x^3`.
with :math:`W(x)=3(\\sin(x)-x\\cos(x))/x^3`.
Args:
cosmo (:class:`~pyccl.cosmology.Cosmology`): Cosmological parameters.
Expand Down Expand Up @@ -134,7 +134,7 @@ def sigmaV(cosmo, R, a=1, *, p_of_k_a=DEFAULT_POWER_SPECTRUM):
.. math::
\\sigma_V^2(z)=\\frac{1}{6\\pi^2}\\int dk\\,P(k,z)\\,|W(kR)|^2,
with :math:`W(x)=(3\\sin(x)-x\\cos(x))/x^3`.
with :math:`W(x)=3(\\sin(x)-x\\cos(x))/x^3`.
Args:
cosmo (:class:`~pyccl.cosmology.Cosmology`): Cosmological parameters.
Expand Down
6 changes: 3 additions & 3 deletions readthedocs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==6
sphinx
sphinx_mdinclude
numpy
scipy
docutils>=0.18
sphinx_rtd_theme==1.2.0rc3
docutils
sphinx_rtd_theme

0 comments on commit 60046cc

Please sign in to comment.