https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: b9124af4e6086999bebe8306ac81f19485dbe76a authored by Bryna Hazelton on 08 August 2024, 20:06:42 UTC
Fix bug where the real part of the xy autos wasn't corrected
Tip revision: b9124af
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */docs/*
  setup.py
source =
  pyuvdata

[report]
omit =
  */tests/*
  */docs/*
  setup.py

show_missing = true

[paths]
source =
    src
    */site-packages"
tests =
    tests
    */tests
back to top