https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC, committed by Matthew Kolopanis on 25 August 2021, 15:53:19 UTC
1 parent 5563633
Raw File
Tip revision: 09dbee4f2718242417f069d84149b310ca4d35b5 authored by Bryna Hazelton on 28 July 2021, 19:17:50 UTC
Add test for flag_array not allowed to be integer
Tip revision: 09dbee4
MANIFEST.in
include *.md
include LICENSE
include *.bib
include pyuvdata/uvdata/src/*
include scripts/*.pro
include scripts/*.sh
recursive-include pyuvdata/data *
recursive-include pyuvdata/*.py
prune pyuvdata/data/test
recursive-include docs *
exclude docs/.DS_Store
prune docs/_build
prune docs/__pycache__
back to top