https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0eda159ebb10b90ad4c1b681cc76ecf2908739a8 authored by Matthew Kolopanis on 21 May 2019, 21:32:43 UTC, committed by Matthew Kolopanis on 28 May 2019, 18:45:58 UTC
1 parent 6722022
Raw File
Tip revision: 0eda159ebb10b90ad4c1b681cc76ecf2908739a8 authored by Matthew Kolopanis on 21 May 2019, 21:32:43 UTC
added keepdims keyword in np.string_ call for antenna_names
Tip revision: 0eda159
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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