https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC, committed by Paul La Plante on 23 October 2020, 18:53:50 UTC
1 parent 3c2756a
Raw File
Tip revision: 92d41b649cf30a8072856e5a8f87f0a4c2bedae7 authored by Aaron Parsons on 14 October 2020, 20:44:36 UTC
Partial commit trying to debug UVData.__add__ version of concat in UVData.read
Tip revision: 92d41b6
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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