https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 786fe0fb72581e0d89cb2499aa2cf2543453c94c authored by Garrett "Karto" Keating on 28 September 2021, 21:14:13 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 49269fa
Raw File
Tip revision: 786fe0fb72581e0d89cb2499aa2cf2543453c94c authored by Garrett "Karto" Keating on 28 September 2021, 21:14:13 UTC
Adding SMA MIR to MS roundtrip test
Tip revision: 786fe0f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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