https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 828409e0eed4b818c3294eb5d6f6b9d20895d311 authored by Garrett 'Karto' Keating on 07 November 2022, 04:21:35 UTC, committed by Bryna Hazelton on 20 December 2022, 19:45:00 UTC
1 parent ec90365
Raw File
Tip revision: 828409e0eed4b818c3294eb5d6f6b9d20895d311 authored by Garrett 'Karto' Keating on 07 November 2022, 04:21:35 UTC
Doctest failure leads to bug discovery -- the power of proper tutorials.
Tip revision: 828409e
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