https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 89b46f6e86e8dcd99b7cafb34bba9165d0fd96af authored by Steven Murray on 24 January 2023, 21:51:01 UTC
feat: allow mag/phase interpolation for beams
Tip revision: 89b46f6
pyproject.toml
[build-system]
requires = ["setuptools>=30.3.0",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=0.23"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top