https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 40841b5004a1e1d9ae9bc1b0504aac15c42319b7 authored by pyxieloustar on 13 December 2021, 16:33:38 UTC, committed by Bryna Hazelton on 13 December 2021, 19:13:57 UTC
1 parent daabbb8
Raw File
Tip revision: 40841b5004a1e1d9ae9bc1b0504aac15c42319b7 authored by pyxieloustar on 13 December 2021, 16:33:38 UTC
modify antnums_to_baseline warning system
Tip revision: 40841b5
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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