https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d5d3bd35c437681a79418952875510a8b2a17865 authored by Bryna Hazelton on 23 August 2022, 17:05:22 UTC, committed by Paul La Plante on 23 August 2022, 20:05:37 UTC
1 parent 0acabee
Raw File
Tip revision: d5d3bd35c437681a79418952875510a8b2a17865 authored by Bryna Hazelton on 23 August 2022, 17:05:22 UTC
Update the changelog for the new version.
Tip revision: d5d3bd3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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