https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ebd213ddfb656c410a039cc334f7dfca8a06c49c authored by Matthew Kolopanis on 18 May 2020, 21:15:21 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent b4d4f80
Raw File
Tip revision: ebd213ddfb656c410a039cc334f7dfca8a06c49c authored by Matthew Kolopanis on 18 May 2020, 21:15:21 UTC
move xzy/latlonalt functions to cython module
Tip revision: ebd213d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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