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
Disable Enzyme on Julia 1.12+ to fix CI test failures
- Added global const ENZYME_ENABLED = VERSION < v"1.12" in one central location
- Modified test/runtests.jl to conditionally install Enzyme based on ENZYME_ENABLED
- Modified test/adjoint_tests.jl to conditionally run Enzyme tests
- Easy to re-enable by changing the condition in the const definition
- Resolves CI failures on Julia v1.12+ where Enzyme has compatibility issues
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments