Skip to content

Commit

Permalink
set post_run_summary to True always
Browse files Browse the repository at this point in the history
  • Loading branch information
DaStoll committed Jul 3, 2024
1 parent 7b5ca2f commit c1cecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def run(
) = None,
run_args: str | Path | None = None,
overwrite_working_directory: bool = False,
post_run_summary: bool = False,
post_run_summary: bool = True,
development_stage_id=None,
task_id=None,
max_evaluations_total: int | None = None,
Expand Down

0 comments on commit c1cecbf

Please sign in to comment.