https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dfebd4e962aba7bb4f3ea009aa5708334a76ac9e authored by Garrett "Karto" Keating on 16 June 2021, 21:15:59 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 784bacd
Raw File
Tip revision: dfebd4e962aba7bb4f3ea009aa5708334a76ac9e authored by Garrett "Karto" Keating on 16 June 2021, 21:15:59 UTC
Renaming function names in utils, adding try statement around NOVAS import
Tip revision: dfebd4e
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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