https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a1c34ece0c72126719bd1b377e0a4daac81ae45 authored by Paul La Plante on 04 February 2021, 17:23:40 UTC, committed by Bryna Hazelton on 04 February 2021, 18:03:47 UTC
1 parent c21a3eb
Raw File
Tip revision: 6a1c34ece0c72126719bd1b377e0a4daac81ae45 authored by Paul La Plante on 04 February 2021, 17:23:40 UTC
Add blank lines to the end of docstrings
Tip revision: 6a1c34e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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