https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 828409e0eed4b818c3294eb5d6f6b9d20895d311 authored by Garrett 'Karto' Keating on 07 November 2022, 04:21:35 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent ec90365
Raw File
Tip revision: 828409e0eed4b818c3294eb5d6f6b9d20895d311 authored by Garrett 'Karto' Keating on 07 November 2022, 04:21:35 UTC
Doctest failure leads to bug discovery -- the power of proper tutorials.
Tip revision: 828409e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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