https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9dcbe1adc5982f6d58b7a7da979fb7305a6cf636 authored by Bryna Hazelton on 28 June 2018, 00:23:43 UTC, committed by Bryna Hazelton on 11 July 2018, 19:54:59 UTC
1 parent e6e280e
Raw File
Tip revision: 9dcbe1adc5982f6d58b7a7da979fb7305a6cf636 authored by Bryna Hazelton on 28 June 2018, 00:23:43 UTC
improve test coverage, fix channel width write error
Tip revision: 9dcbe1a
.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