Commit 49f4b7b
Nico Madysa
Fix minor correctness bug in test FannTestData::ScaleData.
The first output of the second pattern was accessed as if it were the
second output of the first pattern. This works because the patterns are
allocated in contiguous memory anyway, but it is technically incorrect.1 parent 34d4acd commit 49f4b7b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments