https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c93af4b191a7ec2a56bb73f8e9bbde32bd37ceb3 authored by Garrett "Karto" Keating on 16 June 2021, 22:09:39 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent dfebd4e
Raw File
Tip revision: c93af4b191a7ec2a56bb73f8e9bbde32bd37ceb3 authored by Garrett "Karto" Keating on 16 June 2021, 22:09:39 UTC
Removing useless (and commented out) code for check_variables in MIRIAD file reader
Tip revision: c93af4b
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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