https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 762c122e884fefbaf8fbd7a7407bfae27be7fdac authored by Paul La Plante on 07 July 2021, 19:46:34 UTC, committed by Bryna Hazelton on 19 July 2021, 16:02:42 UTC
1 parent d7ac787
Raw File
Tip revision: 762c122e884fefbaf8fbd7a7407bfae27be7fdac authored by Paul La Plante on 07 July 2021, 19:46:34 UTC
Fix another docstring typo
Tip revision: 762c122
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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