https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: cc4c0826b4eee0d8257df27abf3555ebeeadd9af authored by Bryna Hazelton on 25 July 2024, 17:43:52 UTC
Add a bunch of missing optional header items to the uvh5 memo
Tip revision: cc4c082
.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