Skip to content

Commit 2f4ce9d

Browse files
committed
fix: save seed on failed attempt
1 parent ee20b2b commit 2f4ce9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ async def solve_task(*, file: TextIO, task: Task, toolset: Toolset, model: Model
164164
success=False,
165165
trial_idx=i,
166166
trials_count=trials_count,
167+
seed=seed,
167168
error=str(e),
168169
verdict=Verdict(
169170
verdict=False,

0 commit comments

Comments
 (0)