https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a15a68d37c559e81e8b2c67b3fe2c71b27dac11f authored by Garrett 'Karto' Keating on 12 December 2021, 03:55:38 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent 75030c0
Raw File
Tip revision: a15a68d37c559e81e8b2c67b3fe2c71b27dac11f authored by Garrett 'Karto' Keating on 12 December 2021, 03:55:38 UTC
Add check to mir read
Tip revision: a15a68d
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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