https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9e74dae3c7f9300073b5d1ee725be095143900c3 authored by Garrett "Karto" Keating on 22 June 2021, 19:47:44 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 274f964
Raw File
Tip revision: 9e74dae3c7f9300073b5d1ee725be095143900c3 authored by Garrett "Karto" Keating on 22 June 2021, 19:47:44 UTC
Fixing errant comment in UVH5.
Tip revision: 9e74dae
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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