https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: ae3e84eb61ccca323172c656490b018073c95293 authored by Bryna Hazelton on 25 May 2023, 16:32:56 UTC
update changelog for v2.3.3
Tip revision: ae3e84e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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