https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 4371013
Raw File
Tip revision: a59f4d2ef5dd2fc6f3514cfe4b10cf9e29f4943c authored by Garrett 'Karto' Keating on 12 December 2021, 04:56:59 UTC
More docstring fixes, making sure to pass check arguments to MIR reader
Tip revision: a59f4d2
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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