https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: 3d5af11a433c97aaed6166514ec466e4fefbc655 authored by Garrett "Karto" Keating on 02 June 2021, 00:14:53 UTC
Changing the default for read to NOT rephase multi-phase-center datasets for multi-file read operations (thats too many multis)
Tip revision: 3d5af11
pyproject.toml
[build-system]
requires = ["setuptools>=61",
            "wheel",
            "setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
            "oldest-supported-numpy",
            "cython>=3.0"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"

[darglint]
docstring_style = "numpy"

[tool.black]
skip_magic_trailing_comma = true
back to top