https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a5db493f10803b26b7d3b1209048855b66c222b authored by e-koch on 07 December 2021, 17:24:05 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 582345d
Raw File
Tip revision: 6a5db493f10803b26b7d3b1209048855b66c222b authored by e-koch on 07 December 2021, 17:24:05 UTC
Adjust failures with scan_number_array for uvfits test
Tip revision: 6a5db49
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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