https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 1e1f71779f0ee2bad0819b2906f49e7d500bf083 authored by Bryna Hazelton on 01 July 2024, 20:38:20 UTC
update the changelog for the new version
Tip revision: 1e1f717
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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