https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bc7a452d193180463f5891ed08997abbb27ad68a authored by aelanman on 08 March 2017, 20:13:44 UTC, committed by Adam Beardsley on 11 May 2017, 16:35:19 UTC
1 parent 05c6df9
Raw File
Tip revision: bc7a452d193180463f5891ed08997abbb27ad68a authored by aelanman on 08 March 2017, 20:13:44 UTC
Removed double logical_and operation in loop
Tip revision: bc7a452
.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