https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a737ecb824ae6c3c2ab81930a61ff9d1db5dbe82 authored by Bryna Hazelton on 23 August 2017, 19:42:49 UTC, committed by Adam Beardsley on 23 August 2017, 20:04:21 UTC
1 parent 5d8a6e8
Raw File
Tip revision: a737ecb824ae6c3c2ab81930a61ff9d1db5dbe82 authored by Bryna Hazelton on 23 August 2017, 19:42:49 UTC
rename impedances to reflect that they are reference values
Tip revision: a737ecb
.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