https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 67ce55844b43bb66131ec75279687ef69ba06558 authored by Bryna Hazelton on 14 July 2022, 15:43:39 UTC, committed by Paul La Plante on 12 October 2022, 21:46:52 UTC
1 parent 1d04e38
Raw File
Tip revision: 67ce55844b43bb66131ec75279687ef69ba06558 authored by Bryna Hazelton on 14 July 2022, 15:43:39 UTC
reduce copying when possible
Tip revision: 67ce558
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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