From 8ef1bf77432d004a1c0b0563fc0d1f40c3447329 Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sat, 18 Apr 2026 09:02:06 +0100 Subject: [PATCH] Skip EmceePlotter / NautilusPlotter under PYAUTO_TEST_MODE=2 Both access result.search_internal which is None under PYAUTO_TEST_MODE=2 (sampler bypass). Matches existing policy for DynestyPlotter, ZeusPlotter, UltraNestPlotter and PySwarmsPlotter. Co-Authored-By: Claude Opus 4.7 --- autobuild/config/no_run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autobuild/config/no_run.yaml b/autobuild/config/no_run.yaml index 1a87d68..af42f6a 100644 --- a/autobuild/config/no_run.yaml +++ b/autobuild/config/no_run.yaml @@ -3,6 +3,8 @@ autofit: - Zeus # Test Model Iniitalization no good. - ZeusPlotter # Test Model Iniitalization no good. - DynestyPlotter # Test Model Iniitalization no good. +- EmceePlotter # Needs result.search_internal, None under PYAUTO_TEST_MODE=2. +- NautilusPlotter # Needs result.search_internal, None under PYAUTO_TEST_MODE=2. - UltraNest # UltraNest removed from autofit, ultranest package not installed. - UltraNestPlotter # UltraNest removed from autofit. - PySwarmsGlobal # PySwarms removed from autofit.