https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 720304481114b1b754b5223b489f8da11a827478 authored by Adam Lanman on 10 August 2022, 19:05:23 UTC, committed by Bryna Hazelton on 07 October 2022, 15:11:37 UTC
1 parent 45832e1
Raw File
Tip revision: 720304481114b1b754b5223b489f8da11a827478 authored by Adam Lanman on 10 August 2022, 19:05:23 UTC
add no-moon test case
Tip revision: 7203044
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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