https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC, committed by Bryna Hazelton on 16 July 2020, 02:00:56 UTC
1 parent 31379f7
Raw File
Tip revision: dbe2b3e79ee68438e2d415245b5282f97261db2d authored by Dara Storer on 03 July 2020, 19:27:15 UTC
Add ValueError catching tests
Tip revision: dbe2b3e
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