Skip to content

chore(no_run): drop 2 dead NEEDS_FIX markers#35

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/howto-no-run-stale-entries
Jul 22, 2026
Merged

chore(no_run): drop 2 dead NEEDS_FIX markers#35
Jammy2211 merged 1 commit into
mainfrom
feature/howto-no-run-stale-entries

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Deletes two no_run.yaml entries that match zero files in this repo:

- ellipse/modeling # NEEDS_FIX 2026-04-10 - KeyError on 'ellipses.0.centre_0' ...
- guides/advanced/over_sampling # NEEDS_FIX 2026-04-10 - plot_grid() got unexpected kwarg 'plot_grid_lines' ...

Both were copy-pasted from autogalaxy_workspace's list when the tutorials were split into this repo. HowToGalaxy contains only scripts/chapter_*/ and scripts/simulators/, and patterns containing / are substring-matched against the file path (PyAutoHands/autobuild/build_util.py::should_skip), so neither has ever gated anything here.

They are not harmless: they advertise open bugs that do not exist and inflate Heart's stale-parked-script count (currently 58).

Audit context: 17 of this repo's 18 entries match zero files. Only the dead NEEDS_FIX ones are removed here; the remaining cruft is reported in #34 and left alone, since several are stem patterns that may be prospective guards.

Verification: YAML re-parses (16 entries), and the live-entry set is byte-identical before and after — tutorial_searches still resolves. No NEEDS_FIX string remains in the file.

Scripts Changed

None (config-only). No script returns to or leaves validation — the removed entries were gating nothing. Notebooks not regenerated.

Refs #34

🤖 Generated with Claude Code

Both entries were copy-pasted from autogalaxy_workspace's no_run.yaml when the
tutorials were split into this repo, and match zero files here: HowToGalaxy
contains only scripts/chapter_*/ and scripts/simulators/, and patterns
containing '/' are substring-matched against the file path.

They advertise open bugs that do not exist and inflate Heart's stale-parked
script count. Live entries are unchanged (tutorial_searches still resolves).

Refs #34

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Jul 22, 2026
@Jammy2211
Jammy2211 merged commit 8f52771 into main Jul 22, 2026
10 checks passed
@Jammy2211
Jammy2211 deleted the feature/howto-no-run-stale-entries branch July 22, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant