https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent ae9c3e4
Raw File
Tip revision: 95e2861ab1c22be8e596372d0ba6e044a615458a authored by Garrett Keating on 23 August 2020, 03:14:14 UTC
Force len of current spw-axis to be 1 in tests
Tip revision: 95e2861
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