https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5e4543f93e31799a27c40ee96645d19eff310e1f authored by Paul La Plante on 19 August 2021, 15:10:53 UTC, committed by Bryna Hazelton on 19 August 2021, 16:10:03 UTC
1 parent bb0e97d
Raw File
Tip revision: 5e4543f93e31799a27c40ee96645d19eff310e1f authored by Paul La Plante on 19 August 2021, 15:10:53 UTC
Update to use newer docker images
Tip revision: 5e4543f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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