https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision fffda864b2ec7f37026b630fe6d3bd5e6def8319 authored by Garrett 'Karto' Keating on 13 December 2021, 21:36:10 UTC, committed by Bryna Hazelton on 14 January 2022, 19:28:11 UTC
1 parent f9500b6
Raw File
Tip revision: fffda864b2ec7f37026b630fe6d3bd5e6def8319 authored by Garrett 'Karto' Keating on 13 December 2021, 21:36:10 UTC
Small test fix to failing test post rebase
Tip revision: fffda86
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