https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC, committed by Matthew Kolopanis on 16 August 2022, 21:29:20 UTC
1 parent 03af101
Raw File
Tip revision: 36ee5269beba13f00f57ae3e190f41af06a982c1 authored by Bryna Hazelton on 17 June 2022, 00:02:49 UTC
Add support for future array shapes in UVFlag
Tip revision: 36ee526
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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