https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09cf060d29cfadaeea6203c72282bb2fc296408b authored by Bryna Hazelton on 21 July 2021, 22:34:39 UTC, committed by kartographer on 11 August 2021, 15:07:35 UTC
1 parent 92a1c40
Raw File
Tip revision: 09cf060d29cfadaeea6203c72282bb2fc296408b authored by Bryna Hazelton on 21 July 2021, 22:34:39 UTC
Add explicit pyerfa dependence
Tip revision: 09cf060
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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