https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9ab330af2abcda5232b340ab4f02e00ae8070e5c authored by Matthew Kolopanis on 06 October 2022, 18:08:17 UTC, committed by Bryna Hazelton on 10 October 2022, 17:00:28 UTC
1 parent c1868e3
Raw File
Tip revision: 9ab330af2abcda5232b340ab4f02e00ae8070e5c authored by Matthew Kolopanis on 06 October 2022, 18:08:17 UTC
explicitly declare dtheta variable
Tip revision: 9ab330a
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm<7.0|>=7.0.3",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"
back to top