Skip to content

Commit

Permalink
Fix error with timeout happens
Browse files Browse the repository at this point in the history
wvangeit committed Oct 17, 2024
1 parent 20afbad commit d73ecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_scripts/parallelrunner.py
Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ def map_func(batch_with_uuid, trial_number=1):
f"trial {trial_number}, retrying "
)
output_batch = map_func(
batch, trial_number=trial_number + 1
batch_with_uuid, trial_number=trial_number + 1
)

return output_batch

0 comments on commit d73ecf1

Please sign in to comment.