test: assert derived instance attributes cross pytree boundaries as leaves - #81
Merged
Merged
Conversation
…eaves Regression coverage for PyAutoFit#1441 (traced values leaking into pytree aux data), the autofit half of the PyAutoLens#678 phase B cluster gradient failure. Fails with UnexpectedTracerError on pre-fix autofit. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DnTmLoJjJgMTze5uAbg1Jd
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.
Regression coverage for PyAutoLabs/PyAutoFit#1441 — the autofit half of the PyAutoLens#678 phase B cluster gradient failure. JAX-using tests live here per PyAutoFit#1247.
The script builds a model whose class derives an attribute in
__init__from a prior parameter, then asserts (1) the flattened instance carries no tracers in aux data and (2) acustom_jvpwhose rule re-reads the derived attribute inside its ownjax.jvpdifferentiates cleanly with the exact gradient. Verified to fail withUnexpectedTracerErroragainst pre-#1441 autofit and pass after.Merge after PyAutoLabs/PyAutoFit#1441.
🤖 Generated with Claude Code
https://claude.ai/code/session_01DnTmLoJjJgMTze5uAbg1Jd