https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent ae9c3e4
Raw File
Tip revision: 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC
Force len of current spw-axis to be 1 in tests
Tip revision: 95e2861
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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