https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 4f24593c14bc7cfd41ff5f534c27963840ce74fe authored by Matthew Kolopanis on 08 November 2019, 20:49:10 UTC, committed by Bryna Hazelton on 14 November 2019, 23:28:22 UTC
1 parent 03659e9
Raw File
Tip revision: 4f24593c14bc7cfd41ff5f534c27963840ce74fe authored by Matthew Kolopanis on 08 November 2019, 20:49:10 UTC
check pol state of uvflag after force_pol is used
Tip revision: 4f24593
setup.cfg
[metadata]
description-file = README.md

[aliases]
test=pytest

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