feat: rectangular mesh split follow-up — docs + prior-config key fix - #707
Merged
Merged
Conversation
Downstream of PyAutoArray#462 (rectangular Bilinear/RTU mesh split, task PyAutoArray#461): - docs/api/pixelization.rst lists all four adaptive rectangular classes. - exc.py docstring updated to the RTU name. - test_autolens/config/priors/pixelizations.yaml: the stale "rectangular.RectangularAdaptDensity" module-prefixed key never resolved (autonerves matches the real module path via endswith); rekeyed to rectangular_bilinear_adapt_density.RectangularBilinearAdaptDensity and rectangular_rtu_adapt_density.RectangularRTUAdaptDensity. Full test suite: 532 passed against merged PyAutoArray + PyAutoGalaxy mains. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WtMqU3JfmyJh8GvB7jT4Et
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
Downstream follow-up to the PyAutoArray rectangular mesh split (PyAutoLabs/PyAutoArray#462, merged; task PyAutoLabs/PyAutoArray#461), sibling of PyAutoLabs/PyAutoGalaxy#579.
API Changes
None — internal changes only (docs, docstrings, test config; no Python API change).
Test Plan
Changes
docs/api/pixelization.rst: lists all four adaptive rectangular classes (RectangularBilinearAdaptDensity/Image,RectangularRTUAdaptDensity/Image).autolens/exc.py: docstring name update.test_autolens/config/priors/pixelizations.yaml: the stalerectangular.RectangularAdaptDensitymodule-prefixed key never resolved (autonervesJSONPriorConfigmatches on the real module path viaendswith); rekeyed torectangular_bilinear_adapt_density.RectangularBilinearAdaptDensity/rectangular_rtu_adapt_density.RectangularRTUAdaptDensity, which do resolve.Generated by the PyAutoLabs agent workflow.
Generated by Claude Code