https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
1 parent 4224230
Raw File
Tip revision: c46e8dc387b844b11da9adb16e2323528e37c68c authored by e-koch on 30 June 2021, 13:47:32 UTC
Cleanup and fix flake8 issues
Tip revision: c46e8dc
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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