Install with
pip install .
Note: PyART depends on
pycbc, which currently has two incompatibilities with numpy 2.x. After installing, apply the one-time patch:python scripts/patch_pycbc_numpy2.pyThis patches
pycbc'sevents/threshold_cpu.pyandfilter/matchedfilter.pyin-place. It is idempotent and safe to re-run after pycbc upgrades.
If you are a developer:
- Install pre-commit hooks (this will automatically format code with black):
pip install pre-commit pre-commit install
Note: pre-commit.ci is enabled for this repository, which will automatically format code with black on all pull requests.
