https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 826304987b6dfb0acfabca32ee9b38e81211b398 authored by pyxieloustar on 17 November 2021, 16:24:26 UTC, committed by pyxieloustar on 13 December 2021, 19:39:32 UTC
1 parent ffc3292
Raw File
Tip revision: 826304987b6dfb0acfabca32ee9b38e81211b398 authored by pyxieloustar on 17 November 2021, 16:24:26 UTC
move corrections into functions; only correct in-range values
Tip revision: 8263049
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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