https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1198023021c34e7cba4717289e99bff49ed96589 authored by Garrett "Karto" Keating on 30 September 2021, 03:46:34 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent ab5fdc3
Raw File
Tip revision: 1198023021c34e7cba4717289e99bff49ed96589 authored by Garrett "Karto" Keating on 30 September 2021, 03:46:34 UTC
Lots of additional testing, including individual table manipulations
Tip revision: 1198023
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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