From 3e1c47d87599d7748e7b89f7184f34f72cf4b1a9 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Tue, 21 Jul 2026 16:04:42 +0100 Subject: [PATCH] chore: un-park mask_irregular no_run marker (orphaned; bug already fixed) The imaging/data_preparation/manual/mask_irregular NEEDS_FIX marker (2026-04-10 'silent failure') is stale: the bug is already fixed (Convolver.from_gaussian API drift resolved by PyAutoArray #360/#361; the script runs green). HowToLens has no such script, so this entry was an orphaned marker producing a false NEEDS_FIX banner. Companion cleanup to the autolens_workspace removal. Co-Authored-By: Claude Opus 4.8 --- config/build/no_run.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/build/no_run.yaml b/config/build/no_run.yaml index 18a87c8..9f69f87 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -49,4 +49,3 @@ - point_source/features/double_einstein_cross/simulator # PointSolver finds 0 positions on small grid - dataset/imaging/slacs1430+4105 # Dataset folder contains data.py helper, not a runnable script - group/slam # NEEDS_FIX 2026-04-10 - PriorException: upper limit must be greater than lower limit in group SLaM pipeline -- imaging/data_preparation/manual/mask_irregular # NEEDS_FIX 2026-04-10 - silent failure, needs investigation