https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision da26c5bc5caeeaa26bdc68be0fc0d1b1bb73e17c authored by Garrett 'Karto' Keating on 20 May 2022, 21:34:19 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent e898b27
Raw File
Tip revision: da26c5bc5caeeaa26bdc68be0fc0d1b1bb73e17c authored by Garrett 'Karto' Keating on 20 May 2022, 21:34:19 UTC
Catching uncaught warnings
Tip revision: da26c5b
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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