https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4e1c3edfe13d167426e1c8fe5a9137284f9861ac authored by Garrett Keating on 07 August 2020, 02:47:23 UTC, committed by Garrett Keating on 07 August 2020, 02:47:23 UTC
1 parent df43fac
Raw File
Tip revision: 4e1c3edfe13d167426e1c8fe5a9137284f9861ac authored by Garrett Keating on 07 August 2020, 02:47:23 UTC
Adding a battery of unit tests for mir, that should hopefully verify that the test file is being correctly. Also splitting off some tests into a separate module called test_mir_parser, and adding a minor fix to data reader.
Tip revision: 4e1c3ed
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