https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 97a1e68b147985960e3769fd88a4971e1f47b1c3 authored by Matthew Kolopanis on 10 February 2021, 22:48:28 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent 8b7949b
Raw File
Tip revision: 97a1e68b147985960e3769fd88a4971e1f47b1c3 authored by Matthew Kolopanis on 10 February 2021, 22:48:28 UTC
some scary bytes casting to get byte memoryviews to work in cython
Tip revision: 97a1e68
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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