https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Tip revision: 1985db42da17b9e0e3a4577bad8c519914dae1a7 authored by Garrett 'Karto' Keating on 23 August 2024, 13:11:15 UTC
More updates based on co-author feedback
More updates based on co-author feedback
Tip revision: 1985db4
.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