https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d62b4bf9e8cdb48601bd4f0d0066b65e5651913e authored by Dara Storer on 11 January 2023, 21:12:43 UTC, committed by Dara Storer on 11 January 2023, 21:12:43 UTC
1 parent b5e2110
Raw File
Tip revision: d62b4bf9e8cdb48601bd4f0d0066b65e5651913e authored by Dara Storer on 11 January 2023, 21:12:43 UTC
Add small hera files for testing
Tip revision: d62b4bf
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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