https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb87678817574447875076a698318e259bbdffe2 authored by Will S on 12 October 2020, 00:55:31 UTC, committed by Jonathan Pober on 14 October 2020, 15:10:55 UTC
1 parent ed6d5f9
Raw File
Tip revision: cb87678817574447875076a698318e259bbdffe2 authored by Will S on 12 October 2020, 00:55:31 UTC
changelog update.
Tip revision: cb87678
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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