https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC, committed by Bryna Hazelton on 16 December 2021, 20:39:39 UTC
1 parent 1556b90
Raw File
Tip revision: 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC
Fixing bug in the way CATEGORY was set, also fixing TOTAL_BANDWIDTH (optional parameter)
Tip revision: 8834fb9
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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