https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dd884fb02c0ba2e2d066a9b5fec69a22977e0755 authored by Garrett "Karto" Keating on 16 June 2021, 20:48:45 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 1583e79
Raw File
Tip revision: dd884fb02c0ba2e2d066a9b5fec69a22977e0755 authored by Garrett "Karto" Keating on 16 June 2021, 20:48:45 UTC
Removing errant comment in test_ms
Tip revision: dd884fb
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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