https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 906362181c251e81700c4bd3ba62b4da3dd49136 authored by Bryna Hazelton on 03 January 2023, 22:03:06 UTC, committed by Matthew Kolopanis on 17 January 2023, 17:57:52 UTC
1 parent b83ada2
Raw File
Tip revision: 906362181c251e81700c4bd3ba62b4da3dd49136 authored by Bryna Hazelton on 03 January 2023, 22:03:06 UTC
Update the changelog
Tip revision: 9063621
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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