From a2dd05628e0ed232996766241a9f808f0cce1180 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 10:06:59 +0100 Subject: [PATCH] chore(no_run): drop inert copy-pasted imaging/modeling entry The `autogalaxy_workspace/scripts/imaging/modeling` NEEDS_FIX entry was copy-pasted from autogalaxy_workspace's no_run.yaml and matches zero files in this repo: HowToGalaxy contains only `chapter_*/` and `simulators/`, and patterns containing `/` are substring-matched against the file path. The failure it cited was real but library-side and is now fixed upstream; autogalaxy_workspace removed its own (live) marker in PyAutoLabs/autogalaxy_workspace#142. Refs PyAutoLabs/autogalaxy_workspace#143 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 0595f11..b24cbe8 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -35,4 +35,3 @@ - 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 -- autogalaxy_workspace/scripts/imaging/modeling # NEEDS_FIX 2026-04-10 - KeyError on ('galaxies','galaxy','bulge','ell_comps'...) kwargs after API drift in top-level imaging/modeling.py