https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 52a50feeb97b9f80e30fe5a1cebf9e4b86a23028 authored by Bryna Hazelton on 13 September 2022, 01:25:38 UTC
fix windows test error, warnings
Tip revision: 52a50fe
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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