Skip to content

Commit

Permalink
Merge pull request #6367 from iago-mendes/horizon-lmax
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsvu authored Nov 8, 2024
2 parents f387ab8 + 83d0007 commit b0e38ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/Pipelines/Bbh/PostprocessId.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit b0e38ad

Please sign in to comment.