https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 14c961cf3739020d0da957a2e0bf372a1d97da76 authored by Matthew Kolopanis on 28 January 2021, 16:05:58 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent f6e1d27
Raw File
Tip revision: 14c961cf3739020d0da957a2e0bf372a1d97da76 authored by Matthew Kolopanis on 28 January 2021, 16:05:58 UTC
update changelog
Tip revision: 14c961c
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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