From eeafebe31339f69c148e9938c34033f72d29450d Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sat, 18 Apr 2026 21:29:53 +0100 Subject: [PATCH 1/2] Update autofit skip-list for merged search scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit autofit_workspace renamed GetDist.py → get_dist.py and merged scripts/searches/mcmc/ into a single mcmc.py (which still contains the broken Zeus section). Update basename stems in no_run.yaml so the skip list continues to match post-merge. Co-Authored-By: Claude Opus 4.7 --- autobuild/config/no_run.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autobuild/config/no_run.yaml b/autobuild/config/no_run.yaml index 5acfee6..eb3615a 100644 --- a/autobuild/config/no_run.yaml +++ b/autobuild/config/no_run.yaml @@ -1,6 +1,6 @@ autofit: -- GetDist # Cant get it to install, even in optional requirements. -- Zeus # Test Model Iniitalization no good. +- get_dist # Cant get it to install, even in optional requirements. +- mcmc # Zeus section in merged mcmc.py fails Test Model Initialization. - ZeusPlotter # Test Model Iniitalization no good. - DynestyPlotter # Test Model Iniitalization no good. - EmceePlotter # Needs result.search_internal, None under PYAUTO_TEST_MODE=2. From e72a0773479b7b4eb498650b40cdad364ad5de0f Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Sat, 18 Apr 2026 21:39:10 +0100 Subject: [PATCH 2/2] Rename per-sampler plotter stems to snake_case autofit_workspace renamed scripts/plot/{Dynesty,Emcee,Nautilus,Zeus}Plotter.py to snake_case (dynesty_plotter.py etc.). Update basename stems in no_run.yaml so the skip list continues to match post-merge. Co-Authored-By: Claude Opus 4.7 --- autobuild/config/no_run.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autobuild/config/no_run.yaml b/autobuild/config/no_run.yaml index eb3615a..d5fea0b 100644 --- a/autobuild/config/no_run.yaml +++ b/autobuild/config/no_run.yaml @@ -1,10 +1,10 @@ autofit: - get_dist # Cant get it to install, even in optional requirements. - mcmc # Zeus section in merged mcmc.py fails Test Model Initialization. -- 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. +- zeus_plotter # Test Model Iniitalization no good. +- dynesty_plotter # Test Model Iniitalization no good. +- emcee_plotter # Needs result.search_internal, None under PYAUTO_TEST_MODE=2. +- nautilus_plotter # Needs result.search_internal, None under PYAUTO_TEST_MODE=2. - start_point # bug https://github.com/PyAutoLabs/PyAutoFit/issues/1017 autogalaxy: - tutorial_searches