Commit ad02189
Fix inconsistent t_step_start access in run_restart Phase 1
Phase 1 used orig.get('t_step_start', 0) to compute t_step_save, while
Phase 2 and the mid_step guard both use orig['t_step_start'] (hard key
access). t_step_start is always present (provided by BASE_CFG), so the
.get() default silently produces a wrong t_step_save if the key is ever
absent. Use consistent direct access throughout.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent c2ee651 commit ad02189
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments