https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d191a11f261f568451bba595309d04b56cd8515c authored by Matthew Kolopanis on 21 May 2019, 21:17:52 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 680664d
Raw File
Tip revision: d191a11f261f568451bba595309d04b56cd8515c authored by Matthew Kolopanis on 21 May 2019, 21:17:52 UTC
added test uvh5: if cast antenna_names to array, cannot read back uvh5
Tip revision: d191a11
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

[tool:pytest]
addopts = --ignore=scripts
back to top