https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bc257e062b5acb983dcfea1da030b1ea04ffb91a authored by Garrett 'Karto' Keating on 30 December 2021, 20:15:00 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent 4eb0924
Raw File
Tip revision: bc257e062b5acb983dcfea1da030b1ea04ffb91a authored by Garrett 'Karto' Keating on 30 December 2021, 20:15:00 UTC
Minor CHANGELOG fix (auto-merge didn't quite do it right)
Tip revision: bc257e0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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