Skip to content

Commit

Permalink
Merge pull request #6148 from nilsvu/disable_id_control
Browse files Browse the repository at this point in the history
InitialData.py: allow to disable param control
  • Loading branch information
knelli2 authored Jul 12, 2024
2 parents f88cc3a + d78afce commit 69eedb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/Pipelines/Bbh/InitialData.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def generate_id(
show_default=True,
)
@click.option(
"--control",
"--control/--no-control",
default=True,
show_default=True,
help="Control BBH physical parameters.",
Expand Down

0 comments on commit 69eedb1

Please sign in to comment.