https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 6a38dff6cefd02670f1aa6d622d0201ea9ed95aa authored by Bryna Hazelton on 11 May 2018, 21:31:18 UTC
Add history changes for miriad partial read, handle warnings, fix tests
Tip revision: 6a38dff
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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