https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 1ab2cee
Raw File
Tip revision: 8d9d7acb91a3501952b569ec5b6d6ff2da2ca399 authored by Matthew Kolopanis on 20 January 2021, 20:34:04 UTC
move file reading to own function, better for garbage collection
Tip revision: 8d9d7ac
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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