https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 244697b6200461611752b40792176a3c14a66e3b authored by pyxieloustar on 02 August 2022, 19:24:09 UTC, committed by Bryna Hazelton on 12 August 2022, 06:28:12 UTC
1 parent 736a4d9
Raw File
Tip revision: 244697b6200461611752b40792176a3c14a66e3b authored by pyxieloustar on 02 August 2022, 19:24:09 UTC
use explicit numpy type for min baseline
Tip revision: 244697b
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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