chore: drop stale/dead NEEDS_FIX markers from no_run.yaml (#300)#40
Merged
Conversation
Verified green on clean main (2026-07-21, smoke env): - chapter_2_lens_modeling/tutorial_2_practicalities (imports/setup restored by PR #14) - chapter_4_pixelizations/tutorial_2_mappers (runs green under the howtolens smoke env) Also removed 4 dead-path entries (imaging/features/... and multi/features/...) that reference scripts absent from HowToLens's chapter_N layout. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Part of the SLaM/pixelization cascade cleanup (autolens_workspace#300, PyAutoLabs/autolens_workspace#302). Removes stale and dead
NEEDS_FIXmarkers fromconfig/build/no_run.yaml:main(2026-07-21, HowToLens smoke env) — markers removed:chapter_2_lens_modeling/tutorial_2_practicalities— theNameError: afwas already resolved (imports/setup restored by fix: restore lost setup scaffolding in chapter 2 tutorial_2_practicalities #14).chapter_4_pixelizations/tutorial_2_mappers— runs green under the howtolens smoke env (the historical zero-size/empty-mapper came from a stale 16x16 dataset; resolved).imaging/features/...andmulti/features/...entries that reference scripts absent from HowToLens'schapter_Nlayout (pure dead weight).No script or notebook changes.
Scripts Changed
config/build/no_run.yaml— remove 2 verified-green + 4 dead-pathNEEDS_FIXentriesTest Plan
run_smoke.py— 6/6 passedGenerated by the PyAutoLabs agent workflow.