https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bbe20c4d7fbb8256d706597d6105da03fb237bc3 authored by Bryna Hazelton on 09 November 2021, 07:26:16 UTC, committed by Matthew Kolopanis on 10 November 2021, 19:44:57 UTC
1 parent da53724
Raw File
Tip revision: bbe20c4d7fbb8256d706597d6105da03fb237bc3 authored by Bryna Hazelton on 09 November 2021, 07:26:16 UTC
Add a test for antenna_diameter bug that fails on main
Tip revision: bbe20c4
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