https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC, committed by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
1 parent c3edaa1
Raw File
Tip revision: eda92f1b660a118bfc2d0848b74fe45d5eaeb3cf authored by Garrett "Karto" Keating on 29 July 2021, 03:14:52 UTC
More mods to the MS writer, trying to get pyuvdata gen'd datasets to match other example datasets.
Tip revision: eda92f1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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