https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC, committed by Garrett Keating on 06 August 2020, 20:53:59 UTC
1 parent b13c259
Raw File
Tip revision: ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC
Adding MIR index-checking to test list
Tip revision: ee30d2e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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