https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 643880a05315a73f987a7d57a6d8819f8a5db59c authored by Garrett Keating on 11 August 2020, 16:24:45 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent 9b7d44d
Raw File
Tip revision: 643880a05315a73f987a7d57a6d8819f8a5db59c authored by Garrett Keating on 11 August 2020, 16:24:45 UTC
Allowing for dsb spw reads in MIR
Tip revision: 643880a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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