https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5d8b5ceaa2d07d7bbd2e9d2af02664d08e13c52d authored by Matthew Kolopanis on 16 September 2021, 18:42:10 UTC, committed by Bryna Hazelton on 28 September 2021, 00:06:24 UTC
1 parent c3f15cf
Raw File
Tip revision: 5d8b5ceaa2d07d7bbd2e9d2af02664d08e13c52d authored by Matthew Kolopanis on 16 September 2021, 18:42:10 UTC
Add generic read for UVBeam object
Tip revision: 5d8b5ce
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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