https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb20cd60c2ce8d5c555601f0d0ee88e782508e97 authored by Garrett Keating on 22 August 2020, 12:56:16 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent 2660f64
Raw File
Tip revision: cb20cd60c2ce8d5c555601f0d0ee88e782508e97 authored by Garrett Keating on 22 August 2020, 12:56:16 UTC
Undo forcing chan width to be > 0
Tip revision: cb20cd6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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