https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent bdf2737
Raw File
Tip revision: 29a5f565a5bb88b9be2a8bdbc0b72478af8a67cc authored by Adam Lanman on 01 November 2022, 01:30:43 UTC
review comments
Tip revision: 29a5f56
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

[report]
omit =
  */tests/*
  */conftest.py
back to top