https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC, committed by Bryna Hazelton on 15 January 2022, 00:56:52 UTC
1 parent 8ead33c
Raw File
Tip revision: 54683945fc5a636bab7e0696925cd33fbd58acda authored by Bryna Hazelton on 13 January 2022, 02:08:50 UTC
Update the changelog
Tip revision: 5468394
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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