https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f20a558f9dcf28a86042af31c747ffc2715876f8 authored by Bryna Hazelton on 04 May 2018, 23:07:01 UTC, committed by James Aguirre on 10 May 2018, 19:57:51 UTC
1 parent 3ccffbb
Raw File
Tip revision: f20a558f9dcf28a86042af31c747ffc2715876f8 authored by Bryna Hazelton on 04 May 2018, 23:07:01 UTC
Add inplace optional keyword for beam conversions
Tip revision: f20a558
.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