https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c18327b5882d49712e6ba74dd815dc908d8dd02b authored by Bryna Hazelton on 06 May 2019, 21:22:56 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 30658fe
Raw File
Tip revision: c18327b5882d49712e6ba74dd815dc908d8dd02b authored by Bryna Hazelton on 06 May 2019, 21:22:56 UTC
fix tests and bugs
Tip revision: c18327b
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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