https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d191a11f261f568451bba595309d04b56cd8515c authored by Matthew Kolopanis on 21 May 2019, 21:17:52 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 680664d
Raw File
Tip revision: d191a11f261f568451bba595309d04b56cd8515c authored by Matthew Kolopanis on 21 May 2019, 21:17:52 UTC
added test uvh5: if cast antenna_names to array, cannot read back uvh5
Tip revision: d191a11
.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