https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a208e3c6c9e7544c03658186e3dcd44e6f9e1b6 authored by Bryna Hazelton on 11 July 2018, 16:33:22 UTC, committed by Bryna Hazelton on 11 July 2018, 19:54:59 UTC
1 parent 45c2c00
Raw File
Tip revision: 6a208e3c6c9e7544c03658186e3dcd44e6f9e1b6 authored by Bryna Hazelton on 11 July 2018, 16:33:22 UTC
improve error handling if phase_to_time is not called with a Time object
Tip revision: 6a208e3
.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