https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC, committed by Bryna Hazelton on 23 May 2019, 18:17:56 UTC
1 parent 5984fbc
Raw File
Tip revision: 624ad6200ef9c5678fe8ac74c777b1b282ee58a1 authored by Bryna Hazelton on 22 May 2019, 21:11:29 UTC
remove the telescopes.__all__ because of known telescope dict rename
Tip revision: 624ad62
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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