Skip to content

fix(release-profile): jax_grad JAX-enable + no_run slow multi/delaunay_mge#167

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/tail-endgame
Jul 14, 2026
Merged

fix(release-profile): jax_grad JAX-enable + no_run slow multi/delaunay_mge#167
Jammy2211 merged 1 commit into
mainfrom
feature/tail-endgame

Conversation

@Jammy2211

Copy link
Copy Markdown
Collaborator

Part of the release-validation tail close-out (PyAutoHeart#72). Fixes the jax_grad 'Gradient is all zeros' config gap (missing jax_grad/ DISABLE_JAX=0 override) and SLOW-skips the too-slow multi/delaunay_mge. See #72.

🤖 Generated with Claude Code

https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt

…launay_mge

release-validation tail (PyAutoHeart#72). Two mode=release config fixes:
- env_vars_release.yaml: add the jax_grad/ PYAUTO_DISABLE_JAX=0 override (it was
  present in autogalaxy_workspace_test but missing here), so jax_grad scripts run
  with JAX enabled. Without it use_jax=False → grad of a numpy fn is all-zeros →
  'AssertionError: Gradient is all zeros'.
- no_run.yaml: SLOW-skip jax_likelihood_functions/multi/delaunay_mge (real-search
  JAX Delaunay-MGE exceeds the 1800s cap; speedup tracked by the Profiling Agent).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TDCsgNCXacXqiWAPTswWCt
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Jul 14, 2026
@Jammy2211 Jammy2211 merged commit 7f40b2e into main Jul 14, 2026
4 checks passed
@Jammy2211 Jammy2211 deleted the feature/tail-endgame branch July 14, 2026 14:33
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