Skip to content

chore: purge force-committed simulated datasets [#151]#31

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/release-datasets-group-b
Jul 13, 2026
Merged

chore: purge force-committed simulated datasets [#151]#31
Jammy2211 merged 1 commit into
mainfrom
feature/release-datasets-group-b

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Purge force-committed simulated datasets (Group B of PyAutoBuild#126, tracked in #151)

Removes 27 simulated dataset files (tutorial imaging (dataset/imaging/**)) that pre_build's old git add -f dataset/ force-committed against this repo's bare dataset/ gitignore (the -f is dropped in PyAutoBuild#150).

Every example/tutorial self-provisions its data via if not dataset_path.exists(): subprocess.run([sys.executable, ".../simulator.py"]) (dataset_path.exists()+from_fits), so users, CI and Colab regenerate at runtime. Nothing real was committed. Recoverable via pre-purge SHA; condemned via PyAutoGut. Same resolution as Group A (merged).

Gate

  • tests: n/a
  • smoke: PASS — HowToLens 6/6
  • review: pending
  • heart: pending

🤖 Generated with Claude Code

https://claude.ai/code/session_016CFXggMj2qQz31hWfh1R8M

pre_build's old `git add -f dataset/` force-committed simulated datasets against
this repo's bare `dataset/` gitignore. Every example/tutorial self-provisions via
`if not dataset_path.exists(): subprocess.run([sys.executable, simulator])`, so the
data regenerates at runtime — nothing is lost. Recoverable via pre-purge SHA;
condemned via PyAutoGut.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016CFXggMj2qQz31hWfh1R8M
@Jammy2211 Jammy2211 merged commit 523b11d into main Jul 13, 2026
10 checks passed
@Jammy2211 Jammy2211 deleted the feature/release-datasets-group-b branch July 13, 2026 14:00
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.

1 participant