https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d74405775ca7b7a48827fb78cd13b97598d0fca5 authored by Nicholas Kern on 12 June 2018, 05:32:55 UTC, committed by Bryna Hazelton on 29 June 2018, 18:34:24 UTC
1 parent dc6a3ee
Raw File
Tip revision: d74405775ca7b7a48827fb78cd13b97598d0fca5 authored by Nicholas Kern on 12 June 2018, 05:32:55 UTC
ensured uvdata.antnums_to_baseline returns array when fed len-1 array
Tip revision: d744057
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top