Skip to content

Commit

Permalink
BBH Inspiral.yaml: increase default resolution
Browse files Browse the repository at this point in the history
The previous was too low.
  • Loading branch information
nilsvu committed May 10, 2024
1 parent f1b32c3 commit f69d246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions support/Pipelines/Bbh/InitialData.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Next:
id_input_file_path: __file__
id_run_dir: ./
pipeline_dir: {{ pipeline_dir }}
refinement_level: {{ L }}
polynomial_order: {{ P }}
continue_with_ringdown: True
scheduler: {{ scheduler | default("None") }}
copy_executable: {{ copy_executable | default("None") }}
Expand Down
4 changes: 2 additions & 2 deletions support/Pipelines/Bbh/Inspiral.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ def start_inspiral(
"-L",
type=int,
help="h-refinement level.",
default=0,
default=1,
show_default=True,
)
@click.option(
"--polynomial-order",
"-P",
type=int,
help="p-refinement level.",
default=5,
default=9,
show_default=True,
)
@click.option(
Expand Down

0 comments on commit f69d246

Please sign in to comment.