Skip to content

Commit 55a7239

Browse files
committed
chore: fix test fixtures
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: passed - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 7475eff commit 55a7239

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

lib/node_modules/@stdlib/blas/base/dsbmv/test/fixtures/column_major_sa1_sa2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"offsetX": 0,
1010
"strideY": 1,
1111
"offsetY": 0,
12-
"LDA": 2,
13-
"A": [ 0.0, 4.0, 0.0, 0.0, 1.0, 5.0, 0.0, 0.0, 0.0, 2.0, 0.0, 6.0, 0.0 ],
12+
"LDA": 4,
13+
"A": [ 0.0, 999.0, 4.0, 999.0, 1.0, 999.0, 5.0, 999.0, 2.0, 999.0, 6.0, 999.0 ],
1414
"A_mat": [
1515
[ 4.0, 1.0, 0.0 ],
1616
[ 0.0, 5.0, 2.0 ],
1717
[ 0.0, 0.0, 6.0 ]
1818
],
1919
"x": [ 1.0, 1.0, 1.0 ],
2020
"y": [ 1.0, 1.0, 1.0 ],
21-
"strideA1": 3,
22-
"strideA2": 2,
21+
"strideA1": 2,
22+
"strideA2": 4,
2323
"offsetA": 0,
24-
"y_out": [ 1.0, 6.0, 6.0 ]
24+
"y_out": [ 6.0, 9.0, 9.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dsbmv/test/fixtures/column_major_sa1_sa2n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"offsetX": 0,
1010
"strideY": 1,
1111
"offsetY": 0,
12-
"LDA": 2,
13-
"A": [ 0.0, 4.0, 0.0, 0.0, 1.0, 5.0, 0.0, 0.0, 0.0, 2.0, 0.0, 6.0, 0.0 ],
12+
"LDA": 3,
13+
"A": [ 0.0, 999.0, 2.0, 999.0, 6.0, 1.0, 999.0, 5.0, 999.0, 999.0, 4.0 ],
1414
"A_mat": [
1515
[ 4.0, 1.0, 0.0 ],
1616
[ 0.0, 5.0, 2.0 ],
1717
[ 0.0, 0.0, 6.0 ]
1818
],
1919
"x": [ 1.0, 1.0, 1.0 ],
2020
"y": [ 1.0, 1.0, 1.0 ],
21-
"strideA1": -3,
22-
"strideA2": 2,
21+
"strideA1": 2,
22+
"strideA2": -3,
2323
"offsetA": 8,
24-
"y_out": [ 1.0, 6.0, 1.0 ]
24+
"y_out": [ 6.0, 9.0, 9.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dsbmv/test/fixtures/column_major_sa1n_sa2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"offsetX": 0,
1010
"strideY": 1,
1111
"offsetY": 0,
12-
"LDA": 2,
13-
"A": [ 0.0, 4.0, 0.0, 0.0, 1.0, 5.0, 0.0, 0.0, 0.0, 2.0, 0.0, 6.0, 0.0 ],
12+
"LDA": 4,
13+
"A": [ 999.0, 999.0, 999.0, 999.0, 999.0, 999.0, 4.0, 999.0, 0.0, 999.0, 5.0, 999.0, 1.0, 999.0, 6.0, 999.0, 2.0, 999.0 ],
1414
"A_mat": [
1515
[ 4.0, 1.0, 0.0 ],
1616
[ 0.0, 5.0, 2.0 ],
1717
[ 0.0, 0.0, 6.0 ]
1818
],
1919
"x": [ 1.0, 1.0, 1.0 ],
2020
"y": [ 1.0, 1.0, 1.0 ],
21-
"strideA1": -3,
22-
"strideA2": 2,
21+
"strideA1": -2,
22+
"strideA2": 4,
2323
"offsetA": 8,
24-
"y_out": [ 1.0, 6.0, 1.0 ]
24+
"y_out": [ 6.0, 9.0, 9.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dsbmv/test/fixtures/column_major_sa1n_sa2n.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99
"offsetX": 0,
1010
"strideY": 1,
1111
"offsetY": 0,
12-
"LDA": 2,
13-
"A": [ 0.0, 4.0, 0.0, 0.0, 1.0, 5.0, 0.0, 0.0, 0.0, 2.0, 0.0, 6.0, 0.0 ],
12+
"LDA": 3,
13+
"A": [ 6.0, 0.0, 2.0, 5.0, 999.0, 1.0, 4.0 ],
1414
"A_mat": [
1515
[ 4.0, 1.0, 0.0 ],
1616
[ 0.0, 5.0, 2.0 ],
1717
[ 0.0, 0.0, 6.0 ]
1818
],
1919
"x": [ 1.0, 1.0, 1.0 ],
2020
"y": [ 1.0, 1.0, 1.0 ],
21-
"strideA1": -3,
22-
"strideA2": -2,
21+
"strideA1": -2,
22+
"strideA2": -3,
2323
"offsetA": 8,
24-
"y_out": [ 1.0, 6.0, 1.0 ]
24+
"y_out": [ 6.0, 9.0, 9.0 ]
2525
}

lib/node_modules/@stdlib/blas/base/dsbmv/test/test.ndarray.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y
500500
t.end();
501501
});
502502

503-
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=3, sa2=2)', function test( t ) {
503+
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=2, sa2=4)', function test( t ) {
504504
var expected;
505505
var out;
506506
var a;
@@ -540,7 +540,7 @@ tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y
540540
t.end();
541541
});
542542

543-
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=-3, sa2=2)', function test( t ) {
543+
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=-2, sa2=4)', function test( t ) {
544544
var expected;
545545
var out;
546546
var a;
@@ -580,7 +580,7 @@ tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y
580580
t.end();
581581
});
582582

583-
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=3, sa2=-2)', function test( t ) {
583+
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=2, sa2=-3)', function test( t ) {
584584
var expected;
585585
var out;
586586
var a;
@@ -620,7 +620,7 @@ tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y
620620
t.end();
621621
});
622622

623-
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=-3, sa2=-2)', function test( t ) {
623+
tape( 'the function performs the matrix-vector operation `y = alpha*A*x + beta*y` where `alpha` and `beta` are scalars, `x` and `y` are `n` element vectors, and `A` is an `n` by `n` banded symmetric matrix (column-major, sa1=-2, sa2=-3)', function test( t ) {
624624
var expected;
625625
var out;
626626
var a;

0 commit comments

Comments
 (0)