From ec424cf70e8b20e43cdbe72e3795b91cf9cd0d18 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 10:39:36 +0100 Subject: [PATCH] chore(no_run): drop 2 dead NEEDS_FIX markers 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 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 b24cbe8..3436a50 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -33,5 +33,3 @@ - examples/searches # Test mode breaks search visualization. - data_fitting # Test mode breaks .fits file output - ellipse/database # Ellipse model needs refactor and JAX support -- ellipse/modeling # NEEDS_FIX 2026-04-10 - KeyError on 'ellipses.0.centre_0' kwargs after API drift in ellipse model -- guides/advanced/over_sampling # NEEDS_FIX 2026-04-10 - plot_grid() got unexpected kwarg 'plot_grid_lines' after plotter API drift