Commit d12057d
Revert incorrect JET test expectations
The tests for QRFactorization, LDLtFactorization, BunchKaufmanFactorization,
FastLUFactorization, FastQRFactorization, and the Krylov methods still have
runtime dispatch issues that are unrelated to the verbosity changes:
- QR/LDLt/BunchKaufman: Pre-existing type stability issues in factorizations
- FastLU/FastQR: Runtime dispatch in do_factorization
- Krylov methods: Printf stdlib runtime dispatch in verbose printing
- MKLLUFactorization: Pre-existing bug in blas_logging.jl line 69
Our verbosity improvements exposed the MKLLUFactorization issue by making
JET able to analyze deeper into the code paths.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9a61bd7 commit d12057d
1 file changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments