https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7284da85627a9b9be3f7ecef6a3591fc3edd879f authored by Garrett 'Karto' Keating on 31 May 2022, 16:59:29 UTC, committed by kartographer on 07 July 2022, 17:00:15 UTC
1 parent c658336
Raw File
Tip revision: 7284da85627a9b9be3f7ecef6a3591fc3edd879f authored by Garrett 'Karto' Keating on 31 May 2022, 16:59:29 UTC
Let's try that bug fix one more time...
Tip revision: 7284da8
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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