https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8a160b67ed6b6dd4ee4c18395a6359c19cdaea65 authored by Bryna Hazelton on 13 January 2022, 03:30:58 UTC, committed by Matthew Kolopanis on 20 January 2022, 16:48:36 UTC
1 parent 7bf3244
Raw File
Tip revision: 8a160b67ed6b6dd4ee4c18395a6359c19cdaea65 authored by Bryna Hazelton on 13 January 2022, 03:30:58 UTC
Fix some bugs in sorting autos first, add testing
Tip revision: 8a160b6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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