https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 61b7557a6b74c50bc90131395b201365b9200f46 authored by Steven Murray on 03 February 2023, 21:36:48 UTC
fix: fix all tests
Tip revision: 61b7557
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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