Commit 5192054
Fix mid_step ignoring t_step_start in restart roundtrip
mid_step = t_step_stop // 2 produced an invalid Phase 1 run when
t_step_start > 0, since the midpoint could fall before the start step.
Use (t_step_start + t_step_stop) // 2 so Phase 1 always has a valid range.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c351f1b commit 5192054
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments