https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a23ffd7495b658078a10e0385e9dda1a14434fe6 authored by Bryna Hazelton on 24 February 2022, 19:36:52 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent be0016e
Raw File
Tip revision: a23ffd7495b658078a10e0385e9dda1a14434fe6 authored by Bryna Hazelton on 24 February 2022, 19:36:52 UTC
small tex fixes
Tip revision: a23ffd7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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