https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
1 parent 6ba60f7
Raw File
Tip revision: 8234daa0c9425cc574a931c483fc65331260e294 authored by Bryna Hazelton on 31 May 2019, 23:41:19 UTC
update the tutorial
Tip revision: 8234daa
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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