Skip to content

feat: rectangular mesh split follow-up — docs + prior-config key fix - #707

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/rectangular-bilinear-rtu-mesh-split
Aug 21, 2026
Merged

feat: rectangular mesh split follow-up — docs + prior-config key fix#707
Jammy2211 merged 1 commit into
mainfrom
feature/rectangular-bilinear-rtu-mesh-split

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

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

  • Full test suite against merged PyAutoArray + PyAutoGalaxy mains: 532 passed, 1 skipped.
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 stale rectangular.RectangularAdaptDensity module-prefixed key never resolved (autonerves JSONPriorConfig matches on the real module path via endswith); rekeyed to rectangular_bilinear_adapt_density.RectangularBilinearAdaptDensity / rectangular_rtu_adapt_density.RectangularRTUAdaptDensity, which do resolve.

Generated by the PyAutoLabs agent workflow.


Generated by Claude Code

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
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Aug 21, 2026 — with Claude
@Jammy2211
Jammy2211 merged commit d8f6bb3 into main Aug 21, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants