https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 0c81690cfd1869bc0ee0ac0cd780ee38b4d58aa9 authored by Matthew Kolopanis on 15 May 2019, 00:12:49 UTC
deprecation now warns removal in 1.5
Tip revision: 0c81690
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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