https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9683b2e4a69848763105571ca0a1685107618998 authored by Bryna Hazelton on 13 January 2021, 17:14:03 UTC, committed by Bryna Hazelton on 21 January 2021, 23:01:53 UTC
1 parent b52fbf5
Raw File
Tip revision: 9683b2e4a69848763105571ca0a1685107618998 authored by Bryna Hazelton on 13 January 2021, 17:14:03 UTC
Fix handling of times when averaging by redundancy
Tip revision: 9683b2e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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