https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 04337746a95bfc1ba28085af7dcc56cdaf32504b authored by Bryna Hazelton on 31 May 2019, 23:47:40 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent 8234daa
Raw File
Tip revision: 04337746a95bfc1ba28085af7dcc56cdaf32504b authored by Bryna Hazelton on 31 May 2019, 23:47:40 UTC
update changelog, fix tutorial links
Tip revision: 0433774
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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