https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent bf5357d
Raw File
Tip revision: b9708acd28a7f13c60366132bbd50e50ba785c87 authored by Bryna Hazelton on 24 February 2021, 17:06:27 UTC
start write ms from @tammojan's PR
Tip revision: b9708ac
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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