From f581275d76c89593466b8e5966b90e19da6fa07e Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Wed, 22 Jul 2026 09:46:47 +0100 Subject: [PATCH] chore(no_run): un-park tutorial_5_results_and_samples (stale NEEDS_FIX) The 2026-04-10 marker attributed the failure to the InstanceInterpolator IndexError, but tutorial_5 contains no interpolator code. The script runs to completion (exit 0) on clean main with fresh output. Refs PyAutoLabs/PyAutoFit#1411 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 2f7de7d..f959009 100644 --- a/config/build/no_run.yaml +++ b/config/build/no_run.yaml @@ -9,5 +9,3 @@ # are broken and parked as a to-do list. These are NOT permanent skips — # every mega-run surfaces them with a loud warning banner. Investigate the # failure, fix the underlying bug, and remove the NEEDS_FIX marker. - -- chapter_1_introduction/tutorial_5_results_and_samples # NEEDS_FIX 2026-04-10 - IndexError in samples access, likely related to InstanceInterpolator bug in autofit features/interpolate