https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6a38dff6cefd02670f1aa6d622d0201ea9ed95aa authored by Bryna Hazelton on 11 May 2018, 21:31:18 UTC, committed by Bryna Hazelton on 11 May 2018, 23:57:19 UTC
1 parent 176477d
Raw File
Tip revision: 6a38dff6cefd02670f1aa6d622d0201ea9ed95aa authored by Bryna Hazelton on 11 May 2018, 21:31:18 UTC
Add history changes for miriad partial read, handle warnings, fix tests
Tip revision: 6a38dff
.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