https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: e8ae5178133d85b9498d50ff4ecba15f32945d9f authored by Nicholas Kern on 30 March 2021, 01:17:29 UTC
modified: CHANGELOG.md
Tip revision: e8ae517
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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