From f69d24672eb3d45d19f98da3c81cb7b88878441a Mon Sep 17 00:00:00 2001 From: Nils Vu Date: Thu, 9 May 2024 17:01:06 -0700 Subject: [PATCH] BBH Inspiral.yaml: increase default resolution The previous was too low. --- support/Pipelines/Bbh/InitialData.yaml | 2 -- support/Pipelines/Bbh/Inspiral.py | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/support/Pipelines/Bbh/InitialData.yaml b/support/Pipelines/Bbh/InitialData.yaml index 06b9b3466349f..c9904e6305874 100644 --- a/support/Pipelines/Bbh/InitialData.yaml +++ b/support/Pipelines/Bbh/InitialData.yaml @@ -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") }} diff --git a/support/Pipelines/Bbh/Inspiral.py b/support/Pipelines/Bbh/Inspiral.py index c622b5ccb856e..d26fd332bb574 100644 --- a/support/Pipelines/Bbh/Inspiral.py +++ b/support/Pipelines/Bbh/Inspiral.py @@ -187,7 +187,7 @@ def start_inspiral( "-L", type=int, help="h-refinement level.", - default=0, + default=1, show_default=True, ) @click.option( @@ -195,7 +195,7 @@ def start_inspiral( "-P", type=int, help="p-refinement level.", - default=5, + default=9, show_default=True, ) @click.option(