https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9df9e651179a2f308b0cfbbb340e9f44068b6105 authored by Garrett 'Karto' Keating on 31 May 2022, 21:55:38 UTC, committed by kartographer on 01 June 2022, 18:45:15 UTC
1 parent 020b01e
Raw File
Tip revision: 9df9e651179a2f308b0cfbbb340e9f44068b6105 authored by Garrett 'Karto' Keating on 31 May 2022, 21:55:38 UTC
Updating CHANGELOG
Tip revision: 9df9e65
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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