From 7fc698f4904d9f200d7871d59842d21d33389ef9 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Tue, 21 Jul 2026 16:04:56 +0100 Subject: [PATCH] chore: remove orphaned mask_irregular no_run marker HowToLens has no imaging/data_preparation/manual/mask_irregular script; this NEEDS_FIX entry was an orphaned copy of the shared skip line. The underlying bug (autogalaxy/autolens) is fixed; removing the dead marker. Completes the mask_irregular fold-in tail deferred from #300. 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