https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ed2bc7495204f40adb988b6c498e1a1a166874f1 authored by Nicholas Kern on 20 August 2020, 21:15:17 UTC, committed by Nicholas Kern on 23 August 2020, 18:04:50 UTC
1 parent 96e68bb
Raw File
Tip revision: ed2bc7495204f40adb988b6c498e1a1a166874f1 authored by Nicholas Kern on 20 August 2020, 21:15:17 UTC
modified: CHANGELOG.md
Tip revision: ed2bc74
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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