https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision eb3f1fbcc0345a580fa62f01436f749be143b55a authored by Paul La Plante on 08 October 2022, 23:01:14 UTC, committed by Bryna Hazelton on 10 October 2022, 17:00:28 UTC
1 parent a07564e
Raw File
Tip revision: eb3f1fbcc0345a580fa62f01436f749be143b55a authored by Paul La Plante on 08 October 2022, 23:01:14 UTC
Fix up logic for angle distance calculation
Tip revision: eb3f1fb
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