https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1e005f7dae6925c6dc25cfeb9d102e198b7e9c86 authored by Garrett "Karto" Keating on 14 May 2021, 18:47:12 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent e9b6462
Raw File
Tip revision: 1e005f7dae6925c6dc25cfeb9d102e198b7e9c86 authored by Garrett "Karto" Keating on 14 May 2021, 18:47:12 UTC
Fixing doc string
Tip revision: 1e005f7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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