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
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top