https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC, committed by Bryna Hazelton on 13 October 2021, 22:38:15 UTC
1 parent a683050
Raw File
Tip revision: c2c9e18131cad80f2a224e8db3c148782e0c7259 authored by Garrett "Karto" Keating on 05 October 2021, 22:28:44 UTC
Update changelog
Tip revision: c2c9e18
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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