https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 4d5aba339dd64d2d5312f109d0d5d370feb9c02d authored by Bryna Hazelton on 03 May 2019, 18:38:02 UTC
replace _set_u_positive with conjugate_bls, fix bugs
Tip revision: 4d5aba3
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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