https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 33c24bf33ce5f1bbdf096cf801bb96fa48905fb3 authored by Matthew Kolopanis on 22 August 2024, 17:06:40 UTC
mwa corr fits: bench van vleck & select on read
Tip revision: 33c24bf
.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