https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cd7537caeedcb4bc3844ed8bf62189563ff29864 authored by Garrett 'Karto' Keating on 12 December 2021, 04:35:22 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 39fa2c0
Raw File
Tip revision: cd7537caeedcb4bc3844ed8bf62189563ff29864 authored by Garrett 'Karto' Keating on 12 December 2021, 04:35:22 UTC
Adding message on how to fix non-real autos in check()
Tip revision: cd7537c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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