Skip to content

Commit

Permalink
change retries parameter default
Browse files Browse the repository at this point in the history
  • Loading branch information
mafrahm committed Jan 9, 2025
1 parent 4f74b01 commit 6c26522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hbw/columnflow_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ def patched_init(self, *args, **kwargs):

@memoize
def patch_all():
# change the "retries" parameter default
from columnflow.tasks.framework.remote import RemoteWorkflow
RemoteWorkflow.retries = RemoteWorkflow.retries.copy(default=2)

patch_mltraining()
patch_htcondor_workflow_naf_resources()
# patch_column_alias_strategy()
Expand Down

0 comments on commit 6c26522

Please sign in to comment.