https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1f2964accca40f8952b28796c478074459632d2e authored by Matthew Kolopanis on 29 January 2021, 20:43:55 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 6df77ad
Raw File
Tip revision: 1f2964accca40f8952b28796c478074459632d2e authored by Matthew Kolopanis on 29 January 2021, 20:43:55 UTC
make length of arrays signed long to avoid compilation warngings
Tip revision: 1f2964a
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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