https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ad607441aef271a2fe4729b3ad1e6eb0d1bdad48 authored by Garrett 'Karto' Keating on 02 June 2022, 03:17:19 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent e0fd116
Raw File
Tip revision: ad607441aef271a2fe4729b3ad1e6eb0d1bdad48 authored by Garrett 'Karto' Keating on 02 June 2022, 03:17:19 UTC
More review-related clean-up.
Tip revision: ad60744
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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