https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9c3d547715a3a03ca855e6d5fb6aa74909f812ea authored by Garrett 'Karto' Keating on 18 December 2021, 02:53:45 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent b21d3d0
Raw File
Tip revision: 9c3d547715a3a03ca855e6d5fb6aa74909f812ea authored by Garrett 'Karto' Keating on 18 December 2021, 02:53:45 UTC
Adding comments, tests to improve coverage
Tip revision: 9c3d547
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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