https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e885971d1f13e39d419da55d6caf8f9b11cad703 authored by Bryna Hazelton on 07 May 2019, 21:25:34 UTC, committed by James Aguirre on 10 May 2019, 20:52:50 UTC
1 parent d939b90
Raw File
Tip revision: e885971d1f13e39d419da55d6caf8f9b11cad703 authored by Bryna Hazelton on 07 May 2019, 21:25:34 UTC
handle longitudinal branch cut in beam interpolation
Tip revision: e885971
.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