https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 04a952e
Raw File
Tip revision: 1c725d64e9f2d091e2cf15737d57413a8f765140 authored by Dara Storer on 09 July 2020, 14:35:38 UTC
Formatting fixes
Tip revision: 1c725d6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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