https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f029d2ca4d5784a07ee08f4907a559a0db65a762 authored by Paul La Plante on 01 April 2021, 21:33:01 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 4372b84
Raw File
Tip revision: f029d2ca4d5784a07ee08f4907a559a0db65a762 authored by Paul La Plante on 01 April 2021, 21:33:01 UTC
Make UVH5 files written v1.0; update tests accordingly
Tip revision: f029d2c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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