You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored and
Jammy2211
committed
fix: make array_2d_via_indexes_from jit-traceable
Replace tuple(native_index_for_slim_index_2d.T) with 2D advanced
indexing on the JAX path — the tuple() call iterates the outermost
axis of a traced array, triggering TracerArrayConversionError under
@jax.jit. Remove the temporary if/else workaround in the imaging
simulator and the "jit blocked" docstring caveats.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments