Skip to content

Fix resume not detecting existing submissions on disk#80

Merged
gkamradt merged 1 commit into
mainfrom
fix/resume-existing-submissions
Feb 3, 2026
Merged

Fix resume not detecting existing submissions on disk#80
gkamradt merged 1 commit into
mainfrom
fix/resume-existing-submissions

Conversation

@ericc59
Copy link
Copy Markdown
Contributor

@ericc59 ericc59 commented Feb 3, 2026

Summary

Two bugs fixed:

  1. Resume only checked checkpoint file, missing submissions created before checkpointing was added. Now checks submission_exists().
  2. Checkpoint path incorrectly added config name twice (save_submission_dir already includes config per convention).

Test plan

  • Added regression test
  • All 399 tests pass

Two bugs fixed:
1. Resume only checked checkpoint file, missing submissions created
   before checkpointing was added. Now checks submission_exists().
2. Checkpoint path incorrectly added config name twice
   (save_submission_dir already includes config per convention).
@ericc59 ericc59 force-pushed the fix/resume-existing-submissions branch from 7d0e29c to 60084d2 Compare February 3, 2026 17:53
@gkamradt gkamradt merged commit f9f1a8b into main Feb 3, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants