https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC, committed by Garrett Keating on 03 August 2020, 13:48:59 UTC
2 parent s 9abec72 + b7e84ff
Raw File
Tip revision: 8f4c03a78d87e6935b4a5d08a8f568b527a42f52 authored by Garrett Keating on 03 August 2020, 13:48:59 UTC
Merge branch 'submillimeter_array' of github.com:Smithsonian/pyuvdata into submillimeter_array
Tip revision: 8f4c03a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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