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
Fix: Keep code from version checks, only remove conditionals
Since Julia v1.10 is now the LTS, version checks for v1.8 and v1.9 are always true.
Keep the code that was inside these checks but remove the conditionals themselves.
- Keep FastLAPACK Factorizations testset (was v1.9 gated)
- Keep MKLLUFactorization test, only remove VERSION check
- Keep test_interface call for prob3/prob4 (was v1.9 gated)
- Keep Cholesky solve test (was v1.8 gated)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments