Skip to content

Commit 51b565b

Browse files
authored
Merge pull request #317 from astro-informatics/sddr
2 parents 5bcbaa8 + e12bcf8 commit 51b565b

File tree

13 files changed

+2383
-2
lines changed

13 files changed

+2383
-2
lines changed

.coveragerc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[run]
2+
omit =
3+
harmonic/model_legacy.pyx
4+
tests/*
5+
*/utils*
6+
7+
[report]
8+
exclude_lines =
9+
pragma: no cover
10+
if __name__ == .__main__.:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Comprehensive `documentation for harmonic <https://astro-informatics.github.io/
9595
Contributors
9696
============
9797

98-
`Jason D. McEwen <http://www.jasonmcewen.org/>`_, `Christopher G. R. Wallis <https://scholar.google.co.uk/citations?user=Igl7nakAAAAJ&hl=en>`_, `Matthew A. Price <https://cosmomatt.github.io/>`_, `Matthew M. Docherty <https://mdochertyastro.com/>`_, `Alessio Spurio Mancini <https://www.alessiospuriomancini.com/>`_, `Alicja Polanska <https://alicjaap.github.io/>`_.
98+
`Jason D. McEwen <http://www.jasonmcewen.org/>`_, `Christopher G. R. Wallis <https://scholar.google.co.uk/citations?user=Igl7nakAAAAJ&hl=en>`_, `Matthew A. Price <https://cosmomatt.github.io/>`_, `Matthew M. Docherty <https://mdochertyastro.com/>`_, `Alessio Spurio Mancini <https://www.alessiospuriomancini.com/>`_, `Alicja Polanska <https://alicjaap.github.io/>`_, `Kiyam Lin <https://kiyam.co.uk/>`_.
9999

100100

101101
Attribution

0 commit comments

Comments
 (0)