https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c2ae69689cdb2a9e10cc5a8da9b4c60bb9739b7e authored by Steven Murray on 05 September 2022, 20:14:01 UTC, committed by Bryna Hazelton on 04 October 2022, 23:46:26 UTC
1 parent 1925ade
Raw File
Tip revision: c2ae69689cdb2a9e10cc5a8da9b4c60bb9739b7e authored by Steven Murray on 05 September 2022, 20:14:01 UTC
perf: remove unnecessary checks in selecting from bl compress
Tip revision: c2ae696
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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