Skip to content

Commit

Permalink
Remove --nthin from flepimop submit
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyWillard committed Nov 8, 2024
1 parent a893b00 commit d5eab61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions flepimop/gempyor_pkg/src/gempyor/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,12 +708,6 @@ def _job_name(name: str | None, timestamp: datetime | None) -> str:
"If not provided a temporary file will be used."
),
),
click.Option(
param_decls=["--nthin", "nthin"],
type=click.IntRange(min=5),
default=5,
help="The number of samples to thin.",
),
click.Option(
param_decls=["--id", "--run-id", "run_id"],
envvar="FLEPI_RUN_INDEX",
Expand Down Expand Up @@ -846,7 +840,6 @@ def _click_submit(ctx: click.Context = mock_context, **kwargs) -> None:
"job_name": job_name,
"jobs": job_size.jobs,
"nslots": job_size.simulations,
"nthin": kwargs["nthin"],
"prefix": kwargs["prefix"],
"project_path": kwargs["project_path"].absolute(),
"run_id": kwargs["run_id"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ flepimop-calibrate --config $CONFIG_PATH \
--project_path $PROJECT_PATH \
--nslots {{ nslots }} \
--niterations {{ simulations }} \
--nthin {{ nthin }} \
--jobs {{ jobs }} \
--id {{ run_id }} \
{%- if prefix is defined and prefix is not none %}
Expand Down

0 comments on commit d5eab61

Please sign in to comment.