Commit 8899961
committed
fix: drop duplicate wht_f32 + my unnormalized tests
Master's #114 added its own SIMD-accelerated wht_f32 with normalization
(1/sqrt(n) factor, self-inverse). My branch had an unnormalized version
plus 4 tests asserting unnormalized output. The duplicate caused E0428.
- Removed my unnormalized wht_f32 (line 138) and orphaned doc block
- Removed my 4 redundant tests (test_wht_zeros, test_wht_dc_impulse,
test_wht_round_trip, test_wht_known_pair) — master already has
test_wht_self_inverse, test_wht_energy_preservation, test_wht_large_simd
which cover the normalized version's properties.
Verified: cargo build clean, cargo test --lib 1705 passed, cargo fmt clean.
Note: bgz-tensor consumers in lance-graph use wht_f32 as a one-way
rotation (not round-trip), so the normalization factor doesn't change
the relative ordering of values they consume.
https://claude.ai/code/session_01NYGrxVopyszZYgLBxe4hgj1 parent 3cad5a4 commit 8899961
1 file changed
Lines changed: 0 additions & 85 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | 119 | | |
159 | 120 | | |
160 | 121 | | |
| |||
381 | 342 | | |
382 | 343 | | |
383 | 344 | | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | 345 | | |
0 commit comments