From 0f8be6de48f3166bf1498089acd1d6ed47234974 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 2 Mar 2026 22:07:53 +0000 Subject: [PATCH] bp-sidechain should be float --- src/vban_cli/gate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vban_cli/gate.py b/src/vban_cli/gate.py index 399e1de..a6e3f2b 100644 --- a/src/vban_cli/gate.py +++ b/src/vban_cli/gate.py @@ -88,7 +88,7 @@ def damping_max( @app.command(name='bp-sidechain') def bp_sidechain( - new_bp_sidechain: Annotated[bool, Argument()] = None, + new_bp_sidechain: Annotated[float, Argument()] = None, *, index: Annotated[int, Parameter(parse=False)], ctx: Annotated[Context, Parameter(parse=False)], @@ -97,7 +97,7 @@ def bp_sidechain( Parameters ---------- - new_bp_sidechain : bool, optional + new_bp_sidechain : float, optional If provided, sets the BP sidechain to this value. If not provided, the current BP sidechain is printed. """ if new_bp_sidechain is None: