https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent e0c466c
Raw File
Tip revision: 6b59b96edbcc8420dc0c5e2d8594e675850f66e9 authored by Steven Murray on 29 September 2022, 18:13:21 UTC
fix up breaking tests
Tip revision: 6b59b96
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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