https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 67d11e1ca337051188fa3ff1b26778e901e558e7 authored by Bryna Hazelton on 07 November 2022, 20:56:50 UTC
more work on the analytic beam refactoring
Tip revision: 67d11e1
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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