https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 35f01582eb8d3ce57a988a99a7ea0143159e2129 authored by Bryna Hazelton on 22 February 2024, 16:37:13 UTC
update the changelog for a new version
Tip revision: 35f0158
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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