https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fe387e40d19956487b9451ac9c107d57a47c19e6 authored by Bryna Hazelton on 15 October 2019, 03:42:38 UTC, committed by Bryna Hazelton on 20 December 2019, 00:09:47 UTC
1 parent 4de5820
Raw File
Tip revision: fe387e40d19956487b9451ac9c107d57a47c19e6 authored by Bryna Hazelton on 15 October 2019, 03:42:38 UTC
Add allow_rephase to phase_to_time
Tip revision: fe387e4
.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