https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 408c4d30059e4461d16bf9ee7b157cf2043cdaab authored by Bryna Hazelton on 28 September 2020, 03:35:35 UTC, committed by Bryna Hazelton on 11 December 2020, 19:21:28 UTC
1 parent 5d80c5b
Raw File
Tip revision: 408c4d30059e4461d16bf9ee7b157cf2043cdaab authored by Bryna Hazelton on 28 September 2020, 03:35:35 UTC
use np.longdouble rather than "f16" to fix numpy issues on Windows
Tip revision: 408c4d3
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