https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2ed8fc90f6af7ff4c76f1f3d26e09d840ca80ec9 authored by Bryna Hazelton on 04 May 2019, 01:13:18 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent f4c907c
Raw File
Tip revision: 2ed8fc90f6af7ff4c76f1f3d26e09d840ca80ec9 authored by Bryna Hazelton on 04 May 2019, 01:13:18 UTC
Add test coverage for conjugate_bls, remove conj_convention param
Tip revision: 2ed8fc9
.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