https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dcf28c65444a2c5c10689e8aa8913c72c7c3d77d authored by Bryna Hazelton on 28 July 2021, 20:22:35 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent ab34bc6
Raw File
Tip revision: dcf28c65444a2c5c10689e8aa8913c72c7c3d77d authored by Bryna Hazelton on 28 July 2021, 20:22:35 UTC
Add test for UVFlag flag_array
Tip revision: dcf28c6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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