https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a61e9eb1aba53a573c816529b133b9ac5b02db7 authored by Bryna Hazelton on 08 April 2020, 16:08:37 UTC, committed by Matthew Kolopanis on 11 June 2020, 14:57:44 UTC
1 parent f7497fa
Raw File
Tip revision: 6a61e9eb1aba53a573c816529b133b9ac5b02db7 authored by Bryna Hazelton on 08 April 2020, 16:08:37 UTC
start work on averaging over redundant groups
Tip revision: 6a61e9e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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