https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6d3c162c3999ce1a16b536b365e8c459e67466fb authored by Paul La Plante on 06 December 2022, 19:36:29 UTC, committed by Bryna Hazelton on 07 December 2022, 17:57:40 UTC
1 parent d0994ea
Raw File
Tip revision: 6d3c162c3999ce1a16b536b365e8c459e67466fb authored by Paul La Plante on 06 December 2022, 19:36:29 UTC
Change cython cpdef variables to cdef
Tip revision: 6d3c162
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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