https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 60767148b8831297965dc020f3dcc6d4578293f8 authored by Theodora Kunicki on 09 May 2020, 19:05:45 UTC, committed by Bryna Hazelton on 25 May 2020, 19:38:13 UTC
1 parent 2bd61a0
Raw File
Tip revision: 60767148b8831297965dc020f3dcc6d4578293f8 authored by Theodora Kunicki on 09 May 2020, 19:05:45 UTC
Removed commented-out text from source document. Done for now, needs review from someone more familiar with uvcal.
Tip revision: 6076714
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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