https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d0994ea475e8b2021e9b787e2fb2fe763ceaf28f authored by Paul La Plante on 06 December 2022, 19:04:38 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent d7bb7e7
Raw File
Tip revision: d0994ea475e8b2021e9b787e2fb2fe763ceaf28f authored by Paul La Plante on 06 December 2022, 19:04:38 UTC
Do the same thing as scipy
Tip revision: d0994ea
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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