https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 872a25f1a62753e2b37c6a5b97d8f44e255329e1 authored by e-koch on 23 November 2021, 20:38:59 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 1d1876f
Raw File
Tip revision: 872a25f1a62753e2b37c6a5b97d8f44e255329e1 authored by e-koch on 23 November 2021, 20:38:59 UTC
Add scan_number_array to extra_properties
Tip revision: 872a25f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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