https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision faef70f2ffaf48f0fc5ff335e29000704c73cdfc authored by Bryna Hazelton on 15 July 2020, 21:53:47 UTC, committed by Bryna Hazelton on 05 August 2020, 22:07:05 UTC
1 parent 1a9c8af
Raw File
Tip revision: faef70f2ffaf48f0fc5ff335e29000704c73cdfc authored by Bryna Hazelton on 15 July 2020, 21:53:47 UTC
Fix conftest docstrings and comments referring to checkWarnings
Tip revision: faef70f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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