https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 84dcd7494d8b74018969f4049dc8551d2fa39583 authored by Bryna Hazelton on 03 May 2019, 17:05:44 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 4f988a6
Raw File
Tip revision: 84dcd7494d8b74018969f4049dc8551d2fa39583 authored by Bryna Hazelton on 03 May 2019, 17:05:44 UTC
Add conjugate_bls, set bda preferred ordering
Tip revision: 84dcd74
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top