https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 17f2f23aacdfe98a452edbb9495defe316d55088 authored by Matthew Kolopanis on 15 May 2019, 22:12:37 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 8910a71
Raw File
Tip revision: 17f2f23aacdfe98a452edbb9495defe316d55088 authored by Matthew Kolopanis on 15 May 2019, 22:12:37 UTC
Explicit exception raised in test_fhd_cal
Tip revision: 17f2f23
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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