Commit 7ee156c
Fix FastLapack test to use GenericLUFactorization as always_loaded
Updated the FastLapack test to use GenericLUFactorization as the always_loaded
algorithm instead of FastLUFactorization. This ensures the test can correctly
verify fallback behavior since GenericLUFactorization is always available
while FastLUFactorization requires the FastLapackInterface extension.
When the preference system is fully active:
- best_algorithm = FastLUFactorization (when extension loaded)
- best_always_loaded = GenericLUFactorization (fallback when not loaded)
This provides a realistic test scenario where the always_loaded algorithm
can actually be chosen when the best algorithm is not available.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 3dc46f1 commit 7ee156c
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
63 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments