https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent a5d2ac8
Raw File
Tip revision: 002db6790f5433ac1345b0b67bcf0c2b8b379a47 authored by Garrett "Karto" Keating on 22 May 2021, 16:46:10 UTC
Fixing util docstrings (and a few others) based on review comments
Tip revision: 002db67
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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