https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 613c2ccfc43b768291c3f6395456c30505303663 authored by Garrett Keating on 02 September 2020, 18:56:41 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent ddfbbfc
Raw File
Tip revision: 613c2ccfc43b768291c3f6395456c30505303663 authored by Garrett Keating on 02 September 2020, 18:56:41 UTC
Fixing doctest error in tutorials
Tip revision: 613c2cc
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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