https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 240c8812a3630abaecc7ce9c4441967d64e88d29 authored by Garrett 'Karto' Keating on 06 August 2024, 20:59:25 UTC, committed by Garrett 'Karto' Keating on 27 August 2024, 15:38:27 UTC
1 parent 111a181
Tip revision: 240c8812a3630abaecc7ce9c4441967d64e88d29 authored by Garrett 'Karto' Keating on 06 August 2024, 20:59:25 UTC
More paper updates
More paper updates
Tip revision: 240c881
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
*/tests/*
*/docs/*
setup.py
source =
pyuvdata
[report]
omit =
*/tests/*
*/docs/*
setup.py
show_missing = true
[paths]
source =
src
*/site-packages"
tests =
tests
*/tests
Computing file changes ...