https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC, committed by Bryna Hazelton on 01 February 2022, 19:02:18 UTC
1 parent 6c3c3c4
Raw File
Tip revision: 79c03a483b2c6beb9bac7b070217bc1388d7b927 authored by Josh Dillon on 01 February 2022, 00:04:38 UTC
use internal tolerances instead
Tip revision: 79c03a4
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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