https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent 5563633
Raw File
Tip revision: 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC
Add test for flag_array not allowed to be integer
Tip revision: 09dbee4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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