https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 04d1357dc3eebe639314e315b63ee2dc7217d5d7 authored by Garrett "Karto" Keating on 30 September 2021, 03:44:25 UTC, committed by Paul La Plante on 30 September 2021, 17:35:20 UTC
1 parent f08f576
Raw File
Tip revision: 04d1357dc3eebe639314e315b63ee2dc7217d5d7 authored by Garrett "Karto" Keating on 30 September 2021, 03:44:25 UTC
Adding code to allow check to flip conjugation of baselines if UVW values recoreded are equal to -1 times the expected values
Tip revision: 04d1357
.coveragerc
[run]
plugins = Cython.Coverage
concurrency = multiprocessing
parallel = true
omit =
  */tests/*
  */conftest.py

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