https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 824116f14ad5df9901272f02dc49c3c39cbc4c94 authored by Paul La Plante on 18 May 2021, 22:10:59 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 0e8f8c3
Raw File
Tip revision: 824116f14ad5df9901272f02dc49c3c39cbc4c94 authored by Paul La Plante on 18 May 2021, 22:10:59 UTC
Add filename support for more file formats
Tip revision: 824116f
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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