https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 051d7323da07bf1b1ad69399430bf1955fd48208 authored by Paul La Plante on 08 June 2021, 00:39:49 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 8c04a4e
Raw File
Tip revision: 051d7323da07bf1b1ad69399430bf1955fd48208 authored by Paul La Plante on 08 June 2021, 00:39:49 UTC
Add filename handling to sum_vis method
Tip revision: 051d732
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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