Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Oct 24, 2023
1 parent 8c9bf37 commit 6b9407c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stingray/crossspectrum.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def coherence(lc1, lc2):
References
----------
.. [#] http://iopscience.iop.org/article/10.1086/310430/pdf
.. [#] https://iopscience.iop.org/article/10.1086/310430
"""

warnings.warn(
Expand Down Expand Up @@ -1002,7 +1002,7 @@ def coherence(self):
References
----------
.. [#] http://iopscience.iop.org/article/10.1086/310430/pdf
.. [#] https://iopscience.iop.org/article/10.1086/310430
"""
# this computes the averaged power spectrum, but using the
# cross spectrum code to avoid circular imports
Expand Down Expand Up @@ -1890,7 +1890,7 @@ def coherence(self):
References
----------
.. [#] http://iopscience.iop.org/article/10.1086/310430/pdf
.. [#] https://iopscience.iop.org/article/10.1086/310430
"""
if np.any(self.m < 50):
simon(
Expand Down

0 comments on commit 6b9407c

Please sign in to comment.