Skip to content

Commit 8951632

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/benchmark/benchmark.js
1 parent ba670f7 commit 8951632

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/slast-index-of/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function createBenchmark( len ) {
5858
searchElement = scalar2ndarray( -10.0, {
5959
'dtype': 'float32'
6060
});
61-
fromIndex = scalar2ndarray( -1, {
61+
fromIndex = scalar2ndarray( 0, {
6262
'dtype': 'generic'
6363
});
6464

0 commit comments

Comments
 (0)