https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c5e25b243d9b30a60e75374520a6950402146d1 authored by Bryna Hazelton on 30 September 2022, 19:05:11 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 3349a39
Raw File
Tip revision: 2c5e25b243d9b30a60e75374520a6950402146d1 authored by Bryna Hazelton on 30 September 2022, 19:05:11 UTC
update changelog
Tip revision: 2c5e25b
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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