Skip to content

Commit 19f60ae

Browse files
authored
fix: column_major_t.json error
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent edf7ed1 commit 19f60ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/dgbmv/test/fixtures/column_major_t.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"x": [ 1.0, 2.0, 3.0 ],
1818
"y": [ 1.0, 2.0, 3.0 ],
19-
"strideA1": 3,
20-
"strideA2": 1,
19+
"strideA1": 1,
20+
"strideA2": 3,
2121
"offsetA": 0,
2222
"strideX": 1,
2323
"offsetX": 0,

0 commit comments

Comments
 (0)