https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d98c2928c61cc3b0873ab65b5e75a835fbce6c2e authored by Bryna Hazelton on 11 March 2021, 00:40:40 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent 71927ac
Raw File
Tip revision: d98c2928c61cc3b0873ab65b5e75a835fbce6c2e authored by Bryna Hazelton on 11 March 2021, 00:40:40 UTC
increase version requirements for python-casacore
Tip revision: d98c292
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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