https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC, committed by Paul La Plante on 10 February 2022, 00:48:52 UTC
1 parent 5455260
Raw File
Tip revision: 43dc7ac6acd8245940567b0c72a4dc12ac35d1fc authored by Bryna Hazelton on 08 February 2022, 20:55:23 UTC
clean up UVData parameter descriptions
Tip revision: 43dc7ac
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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