https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a2ababd79f0192c99921c66690d239122c99c69c authored by Adam Lanman on 03 January 2021, 21:56:59 UTC, committed by Bryna Hazelton on 14 January 2021, 05:23:16 UTC
1 parent 4a5d957
Raw File
Tip revision: a2ababd79f0192c99921c66690d239122c99c69c authored by Adam Lanman on 03 January 2021, 21:56:59 UTC
for baseline redundancies, error on ambiguous baselines
Tip revision: a2ababd
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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