From de8815863f320903507eafbe025f7e49d5f2398f Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Tue, 14 Jul 2026 15:32:54 +0100 Subject: [PATCH] chore(release-profile): no_run slow jax_likelihood multi/delaunay_mge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release-validation tail (PyAutoHeart#72). SLOW-skip the real-search JAX Delaunay-MGE multi-band likelihood — its autolens_workspace_test sibling times out the 1800s mode=release cap and this copy is borderline; skip for deterministic release-validation. Speedup tracked by the Profiling Agent. Not a bug. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt --- config/build/no_run.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/build/no_run.yaml b/config/build/no_run.yaml index a1a1da7..a990bd5 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -17,4 +17,4 @@ # banner. Investigate the failure, fix the underlying bug, and remove # the NEEDS_FIX marker. -[] +- jax_likelihood_functions/multi/delaunay_mge # SLOW 2026-07-14 - real-search JAX Delaunay-MGE multi-band likelihood is borderline against the 1800s mode=release cap (its autolens_workspace_test sibling times out); skipped to keep release-validation deterministic. Speedup tracked by the Profiling Agent (PyAutoHeart#72). Not a bug.