From 295096863a155229eaff97ae61b54aca65b9e79d Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 10:39:52 +0100 Subject: [PATCH] chore(no_run): drop dead group/slam marker and inert tutorial_10 SLOW entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `group/slam` is copy-paste cruft from autolens_workspace and matches zero files here (HowToLens holds only scripts/chapter_*/ and scripts/simulator/). `howtolens/chapter_4_pixelizations/tutorial_10_brightness_adaption` is different: the file really exists, but the stale pre-split `howtolens/` prefix means the substring has never matched since the repo split, so the entry has been inert and the tutorial has been running in CI regardless. Its stated reason — "exceeds 60s test timeout" — rests on a cap that does not exist: run_all.py sets DEFAULT_TIMEOUT_SECS = 300. Measured 233.7s, exit 0, so it fits the real cap. Repairing the prefix would therefore newly park a passing script; deleting the entry is behaviour-preserving. If CI proves slower than 300s, the fix is a correctly-spelled SLOW entry, not this one. Live entries unchanged (tutorial_searches, tutorial_5_borders still resolve). Refs PyAutoLabs/HowToGalaxy#34 Co-Authored-By: Claude Opus 4.8 --- config/build/no_run.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/build/no_run.yaml b/config/build/no_run.yaml index 9f69f87..06d9829 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -22,7 +22,6 @@ - guides/results/examples/samples_via_aggregator # SLOW 2026-04-10 - exceeds 60s test timeout; unsets TEST_MODE for downstream examples - guides/results/examples/queries # SLOW 2026-04-10 - cascade from SLOW-skipped results/start_here.py; stub Model lacks sersic_index attribute - guides/results/database/start_here # SLOW 2026-04-10 - previously failed fast on a broken aggregator query; now runs the real aggregator and exceeds 60s -- howtolens/chapter_4_pixelizations/tutorial_10_brightness_adaption # SLOW 2026-04-10 - pixelization tutorial exceeds 60s test timeout - tutorial_5_borders # Cant get right masks, need proper update. - tutorial_6_model_fit # InversionException due to test mode - gui/extra_galaxies_centres # GUI scripts cannot be run @@ -48,4 +47,3 @@ - plot/visuals # Bugged, but visuals being refactored soon. - 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