https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bf5f5c39dd15250d2f91e112930f81d2f80c1bbf authored by Christopher Moriarty on 30 July 2020, 13:47:14 UTC, committed by Christopher Moriarty on 30 July 2020, 13:47:14 UTC
1 parent 4e1bc9a
Raw File
Tip revision: bf5f5c39dd15250d2f91e112930f81d2f80c1bbf authored by Christopher Moriarty on 30 July 2020, 13:47:14 UTC
Another test fix for known telescopes.
Tip revision: bf5f5c3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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