https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4b53bf76f0be5b23a0fca8c79119822937557ce0 authored by Bryna Hazelton on 09 November 2021, 00:47:48 UTC, committed by Matthew Kolopanis on 10 November 2021, 19:44:57 UTC
otherwise the shapes are off if the data are added later
1 parent 16b1cd6
Raw File
Tip revision: 4b53bf76f0be5b23a0fca8c79119822937557ce0 authored by Bryna Hazelton on 09 November 2021, 00:47:48 UTC
bugfix: forms should always be changed for data-like arrays
Tip revision: 4b53bf7
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