Skip to content

chore: stop tracking simulator-regenerated datasets#8

Merged
Jammy2211 merged 1 commit intomainfrom
chore/untrack-generated-datasets
May 8, 2026
Merged

chore: stop tracking simulator-regenerated datasets#8
Jammy2211 merged 1 commit intomainfrom
chore/untrack-generated-datasets

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

  • Untrack the three dataset/imaging/howtolens/*.fits files. They're regenerated at runtime by tutorials in scripts/howtolens/chapter_1_introduction/ (which call SimulatorImaging when the dataset folder is missing).
  • These were already covered by the dataset/ rule in .gitignore, but had been committed before that rule existed, so git kept tracking them and test runs left them perpetually dirty in git status.

Effect

  • No code changes, no .gitignore changes — only the git index. Working-tree files stay on disk.
  • git status will go silent for the dataset tree after this lands.
  • Fresh clones will lack dataset/imaging/howtolens/ until a tutorial runs; tutorials already handle this by invoking the simulator when the directory is missing.

Test plan

  • CI green on the branch
  • After merge: clone fresh, run tutorial 1 of chapter 1, confirm dataset is regenerated and git status stays clean

🤖 Generated with Claude Code

The dataset/imaging/howtolens fits files are regenerated at runtime
by tutorials in scripts/howtolens/chapter_1_introduction (which call
SimulatorImaging when the dataset folder is missing). They were
already covered by the dataset/ rule in .gitignore but had been
committed before the rule existed, so git kept tracking them and
test runs left them perpetually dirty.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
@Jammy2211 Jammy2211 merged commit afbcd2b into main May 8, 2026
5 checks passed
@Jammy2211 Jammy2211 deleted the chore/untrack-generated-datasets branch May 8, 2026 14:09
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