https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 1301833ac996c7cf35e1f6d23cda8ff4337658b9 authored by Bryna Hazelton on 15 May 2019, 23:56:39 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 39f0f97
Raw File
Tip revision: 1301833ac996c7cf35e1f6d23cda8ff4337658b9 authored by Bryna Hazelton on 15 May 2019, 23:56:39 UTC
add check for antennas with data not in antenna_numbers in uvdata/uvcal
Tip revision: 1301833
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top