https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 13334c76f76c4ded5111de10b03008d7e22aef12 authored by Paul La Plante on 18 May 2021, 22:11:32 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 824116f
Raw File
Tip revision: 13334c76f76c4ded5111de10b03008d7e22aef12 authored by Paul La Plante on 18 May 2021, 22:11:32 UTC
Make sure filename is updated for fast_concat
Tip revision: 13334c7
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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