From 7d285cafabc760107905dce523bcbf175c9ef3ce Mon Sep 17 00:00:00 2001 From: Jammy2211 Date: Fri, 31 Jul 2026 15:24:24 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20live=20display=20resolves=20fit.png=20o?= =?UTF-8?q?nly=20=E2=80=94=20fit=5Fquick.png=20removed=20(PyAutoLens#680)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autofit/non_linear/quick_update.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/autofit/non_linear/quick_update.py b/autofit/non_linear/quick_update.py index 3db59d0d9..4730cb515 100644 --- a/autofit/non_linear/quick_update.py +++ b/autofit/non_linear/quick_update.py @@ -32,10 +32,9 @@ def _convert_jax_to_numpy(instance): # Filenames the worker looks for under `paths.image_path` when refreshing -# a live quick-update display. The first existing file wins. Quick updates -# write `fit_quick.png` (6-panel subplot); full updates write `fit.png` -# (12-panel). The quick variant is preferred when both exist. -_DISPLAY_CANDIDATES = ("fit_quick.png", "fit.png") +# a live quick-update display. The first existing file wins. Quick and full +# updates both write the normal `fit.png` fit subplot. +_DISPLAY_CANDIDATES = ("fit.png",) def _is_ipython_kernel() -> bool: