https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 4a8dc136f68f3301e6bb9a143b760084c4be4457 authored by Bryna Hazelton on 25 February 2024, 02:58:51 UTC
update the changelog
Tip revision: 4a8dc13
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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