https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b5f09980f98efc196a6c95f9762e55449dcea305 authored by Matthew Kolopanis on 29 January 2021, 21:07:43 UTC, committed by Paul La Plante on 16 February 2021, 20:13:13 UTC
1 parent f56cb9f
Raw File
Tip revision: b5f09980f98efc196a6c95f9762e55449dcea305 authored by Matthew Kolopanis on 29 January 2021, 21:07:43 UTC
remove a few more boundschecks
Tip revision: b5f0998
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