https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6d39f16245a2094f6fcf5b6fc70903981a222987 authored by kartographer on 29 June 2021, 22:34:01 UTC, committed by Bryna Hazelton on 01 July 2021, 17:47:36 UTC
Which requires manually deleting an individual file in the data set (specifically, the `autoCorrelations` file).
1 parent c4e0e15
Raw File
Tip revision: 6d39f16245a2094f6fcf5b6fc70903981a222987 authored by kartographer on 29 June 2021, 22:34:01 UTC
Dropping line coverage for an SMA data corner-case
Tip revision: 6d39f16
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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