https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8112cf377a5306ad1feb11f683989769a3fef466 authored by Bryna Hazelton on 05 December 2022, 18:30:19 UTC, committed by Bryna Hazelton on 05 December 2022, 18:30:19 UTC
1 parent 1ded72a
Raw File
Tip revision: 8112cf377a5306ad1feb11f683989769a3fef466 authored by Bryna Hazelton on 05 December 2022, 18:30:19 UTC
Fix bug in miriad ephem interpolation, add coverage
Tip revision: 8112cf3
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