diff --git a/support/Pipelines/Bbh/PostprocessId.py b/support/Pipelines/Bbh/PostprocessId.py index 33b3077cf1d6..3f83ad8f77e1 100644 --- a/support/Pipelines/Bbh/PostprocessId.py +++ b/support/Pipelines/Bbh/PostprocessId.py @@ -28,7 +28,7 @@ def postprocess_id( id_input_file_path: Union[str, Path], id_run_dir: Optional[Union[str, Path]] = None, - horizon_l_max: int = 12, + horizon_l_max: int = 16, horizons_file: Optional[Union[str, Path]] = None, control: bool = True, control_residual_tolerance: float = DEFAULT_RESIDUAL_TOLERANCE, @@ -207,7 +207,7 @@ def postprocess_id( "--horizon-l-max", type=click.IntRange(0, None), help="Maximum l-mode for the horizon search.", - default=12, + default=16, show_default=True, ) @click.option(