https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 46231e5f7a918d84f97529169fca680513f98358 authored by pyxieloustar on 15 March 2021, 16:35:43 UTC, committed by Bryna Hazelton on 17 March 2021, 19:15:35 UTC
1 parent fb089ad
Raw File
Tip revision: 46231e5f7a918d84f97529169fca680513f98358 authored by pyxieloustar on 15 March 2021, 16:35:43 UTC
add breaking test; round up start_flag
Tip revision: 46231e5
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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