https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 5c01ec06747b0a179371c095f0b361c31efd5e25 authored by Steven Murray on 27 February 2023, 20:14:18 UTC, committed by Bryna Hazelton on 21 March 2023, 23:19:56 UTC
1 parent c99ef5c
Raw File
Tip revision: 5c01ec06747b0a179371c095f0b361c31efd5e25 authored by Steven Murray on 27 February 2023, 20:14:18 UTC
maint: minimum numpy version of 1.20 due to random.permuted
Tip revision: 5c01ec0
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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