https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 3ee47d69ce96f33e7f706ac55e2860a65b01b666 authored by Bryna Hazelton on 04 January 2023, 18:19:44 UTC, committed by Bryna Hazelton on 10 January 2023, 19:51:43 UTC
1 parent 3e41451
Raw File
Tip revision: 3ee47d69ce96f33e7f706ac55e2860a65b01b666 authored by Bryna Hazelton on 04 January 2023, 18:19:44 UTC
add some testing for new interpolation_function parameter
Tip revision: 3ee47d6
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