https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8b4a3350eecb0373170bc47f9919b21d68dd1eb5 authored by Garrett "Karto" Keating on 18 May 2021, 17:27:58 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a8bf72a
Raw File
Tip revision: 8b4a3350eecb0373170bc47f9919b21d68dd1eb5 authored by Garrett "Karto" Keating on 18 May 2021, 17:27:58 UTC
Adding test coverage for unphase operations
Tip revision: 8b4a335
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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