Skip to content

Commit

Permalink
fixed docstring for math equations
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasjadhav-why committed Nov 28, 2024
1 parent 02bb816 commit 5cad157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/distributions/sym_gamma_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SymGammaDist(bounded.BoundedDist):
regularised lower incomplete gamma function gammainc
:math:'\gamma(n+1,\frac{r}{s_{i}})' as follows
..math::
.. math::
c(r) = |\gamma(n+1,\frac{r}{s_{i}}) - \sigma(r,b)\gamma(n+1,\frac{b}{s_{i}})|
where :math:'\sigma(u, v) = 1' if sign(u)=sign(v) else -1.
Expand Down

0 comments on commit 5cad157

Please sign in to comment.