https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC, committed by Matthew Kolopanis on 22 May 2020, 21:11:43 UTC
1 parent 767f601
Raw File
Tip revision: ef25dc281dab99c57ceb87d9c0090a5995f4fb08 authored by Matthew Kolopanis on 20 May 2020, 18:38:13 UTC
use np.int64 not np.int_, int64 and long are different on windows.
Tip revision: ef25dc2
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