https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7fd1b974ab6abdfbeeef0dee5cdf0dbc39451cfb authored by Adam Beardsley on 12 April 2019, 15:42:15 UTC, committed by Bryna Hazelton on 22 April 2019, 17:25:26 UTC
1 parent f6b95ac
Raw File
Tip revision: 7fd1b974ab6abdfbeeef0dee5cdf0dbc39451cfb authored by Adam Beardsley on 12 April 2019, 15:42:15 UTC
take out instantiating UVFlag from another UVFlag
Tip revision: 7fd1b97
.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