https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f56cb9f14e9882e1ad0e3fa4468cad36f8b6c79f authored by Matthew Kolopanis on 29 January 2021, 20:52:15 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 1f2964a
Raw File
Tip revision: f56cb9f14e9882e1ad0e3fa4468cad36f8b6c79f authored by Matthew Kolopanis on 29 January 2021, 20:52:15 UTC
cannot type _get_?_ functions because of variable output types
Tip revision: f56cb9f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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