https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eb0ab077e1daa89622fd703e23040e56be13e808 authored by Steven Murray on 30 September 2022, 05:23:14 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent 38a8c9a
Raw File
Tip revision: eb0ab077e1daa89622fd703e23040e56be13e808 authored by Steven Murray on 30 September 2022, 05:23:14 UTC
test: error on partial az read with healpix
Tip revision: eb0ab07
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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