https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Tip revision: fcad86fb8c499e789e5b1037dce9efa34695f826 authored by Garrett 'Karto' Keating on 18 March 2025, 21:01:24 UTC
Adding tool to group data with tols
Adding tool to group data with tols
Tip revision: fcad86f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = thread, multiprocessing
parallel = true
omit =
*/tests/*
*/docs/*
*/data/*
setup.py
source =
pyuvdata
[report]
omit =
*/tests/*
*/docs/*
*/data/*
setup.py
exclude_also =
@vectorize
@numba.vectorize
show_missing = true
[paths]
source =
src
*/site-packages"
tests =
tests
*/tests
