Skip to content

Remove use_jax_for_visualization from all scripts#62

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/unify-jax-visualization
May 27, 2026
Merged

Remove use_jax_for_visualization from all scripts#62
Jammy2211 merged 1 commit into
mainfrom
feature/unify-jax-visualization

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

Removes use_jax_for_visualization=True from all Analysis constructor calls and enable_pytrees() / register_model() imports+calls from all scripts. The flag was removed from Analysis.__init__ in PyAutoFit PR #1297 — visualization now follows use_jax automatically.

Depends on: PyAutoLabs/PyAutoFit#1297

API Changes

None — workspace script updates only. Removes a kwarg that is no longer accepted by the upstream library.

Test Plan

  • Smoke tests pass with the worktree's PyAutoFit (flag removed)

🤖 Generated with Claude Code

The flag has been removed from Analysis.__init__ in PyAutoFit PR #1297.
Visualization now follows use_jax automatically. Also removes
enable_pytrees() / register_model() calls that were only needed for
the jax.jit(fit_from) visualization path which no longer exists.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label May 27, 2026
@Jammy2211 Jammy2211 merged commit 7647756 into main May 27, 2026
0 of 4 checks passed
@Jammy2211 Jammy2211 deleted the feature/unify-jax-visualization branch May 27, 2026 12:09
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.

1 participant