https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f6d85d00ff0f45682b1258571e67964b162f470e authored by Garrett 'Karto' Keating on 11 July 2022, 19:30:40 UTC, committed by Matthew Kolopanis on 05 August 2022, 19:36:22 UTC
1 parent 9835a6c
Raw File
Tip revision: f6d85d00ff0f45682b1258571e67964b162f470e authored by Garrett 'Karto' Keating on 11 July 2022, 19:30:40 UTC
Fixing existing tests.
Tip revision: f6d85d0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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