Prefer fit_quick.png in quick-update display candidates#1298
Merged
Conversation
The new subplot_fit_quick in PyAutoLens writes fit_quick.png (6-panel, 200 DPI) during quick updates. Update _DISPLAY_CANDIDATES to look for it first, falling back to fit.png for analyses that don't have the quick variant yet. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates
_DISPLAY_CANDIDATESinquick_update.pyto preferfit_quick.png(the new 6-panel quick-update subplot from PyAutoLens PR #546) overfit.png. Falls back tofit.pngfor analyses that don't produce the quick variant.API Changes
None — internal constant change only.
Test Plan
pytest test_autofit/non_linear/test_quick_update.py— passeslive_visual_update=Truepicks upfit_quick.pngwhen available🤖 Generated with Claude Code