Rectangular mesh split API update: RectangularAdapt* → RectangularBilinearAdapt* - #106
Merged
Conversation
…linearAdapt* The autogalaxy_workspace_test leg of the mesh-split rollout (PyAutoArray#462 / PyAutoGalaxy#579). This repo was the last Stage-3 surface still on the retired names: the 2026-08-21 release-fidelity integration run failed 5 scripts here (jax_likelihood/rectangular*.py, visualization/visualization.py, + siblings), blocking the nightly release after the readiness gate had already cleared. - Seven scripts (imaging/interferometer/multi_dataset jax_likelihood + imaging visualization) move to the RectangularBilinearAdapt* names. All of their assertions are JIT-vs-NumPy parity checks (rtol), not absolute pins, so no pinned values change with the transform swap. - Prior configs in config/priors/mesh and scripts/misc/aggregator/config renamed with keys updated and RTU twins added (same priors), matching the autogalaxy_workspace layout. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015GsUfbCwPd4XC8kpsiUJp7
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.
What
The autogalaxy_workspace_test leg of the mesh-split rollout (PyAutoArray#462 / PyAutoGalaxy#579) — the last Stage-3 surface still on the retired names:
imaging/interferometer/multi_datasetjax_likelihood/rectangular*.py+imaging/visualization/visualization.py) move to theRectangularBilinearAdapt*names. All assertions in these scripts are JIT-vs-NumPy parity checks (rtol), not absolute pins, so no pinned values change with the transform swap.config/priors/mesh/andscripts/misc/aggregator/config/priors/mesh/renamed with keys updated and RTU twins added (same priors), matching autogalaxy_workspace#222's layout.Why
Tonight's dispatched nightly (PyAutoBrain run 48) cleared the readiness gate but blocked at Stage 3 (release-fidelity integration): 5 failures, all in this repo's old-name scripts (Heart run). Every other repo in the rollout is merged (PyAutoArray#463, HowToLens#74, HowToGalaxy#71, autolens_workspace#496, autogalaxy_workspace#222; autolens_workspace_test main already carries the new names) — this is the final leg before the release can go out.
🤖 Generated with Claude Code
https://claude.ai/code/session_015GsUfbCwPd4XC8kpsiUJp7
Generated by Claude Code