https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 98f074c442b8437dda9dc135e78de3f34017daf0 authored by Zaki Ali on 23 February 2017, 23:34:25 UTC, committed by Zaki Ali on 05 April 2017, 22:27:02 UTC
updated delay test to reflect flag array size has nfreq
1 parent 2db89d8
Raw File
Tip revision: 98f074c442b8437dda9dc135e78de3f34017daf0 authored by Zaki Ali on 23 February 2017, 23:34:25 UTC
updated import in cal tests.
Tip revision: 98f074c
.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