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

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