https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 176477d5e3249f49607dcf1be86ed02428971caa authored by Bryna Hazelton on 11 May 2018, 17:59:58 UTC, committed by Bryna Hazelton on 11 May 2018, 23:57:19 UTC
1 parent 0cbaa7d
Raw File
Tip revision: 176477d5e3249f49607dcf1be86ed02428971caa authored by Bryna Hazelton on 11 May 2018, 17:59:58 UTC
fix miriad to avoid log10 of zero errors
Tip revision: 176477d
.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