https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 31379f7
Raw File
Tip revision: dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC
Add ValueError catching tests
Tip revision: dbe2b3e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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