https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC, committed by Bryna Hazelton on 13 January 2022, 00:58:47 UTC
1 parent 720324c
Raw File
Tip revision: 4eb09243278e9bebeeda4aebc7981d609e9f67b9 authored by Garrett 'Karto' Keating on 29 December 2021, 19:54:10 UTC
Updating CHANGELOG
Tip revision: 4eb0924
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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