https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 5e16ff70189fb9c6abed727ef4645331f5212625 authored by Matthew Kolopanis on 28 March 2024, 18:47:24 UTC
introduce the warnings from the cython lib; account for empty arrays
Tip revision: 5e16ff7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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