https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e0fc2bc6adfff3aebef2e52534e5f8c9b00a4e02 authored by Adam Lanman on 02 November 2022, 20:29:37 UTC, committed by Bryna Hazelton on 04 November 2022, 18:57:21 UTC
1 parent ea351b5
Raw File
Tip revision: e0fc2bc6adfff3aebef2e52534e5f8c9b00a4e02 authored by Adam Lanman on 02 November 2022, 20:29:37 UTC
defaulting behavior of acceptable_range
Tip revision: e0fc2bc
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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