We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66712a commit 304def8Copy full SHA for 304def8
lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/test/test.js
@@ -126,7 +126,7 @@ tape( 'the function supports one-dimensional ndarrays having non-unit strides',
126
2.0,
127
2.0, // 1
128
-7.0,
129
- -2.0, // 2
+ 3.0, // 2
130
3.0,
131
4.0, // 3
132
2.0
@@ -147,7 +147,7 @@ tape( 'the function supports one-dimensional ndarrays having negative strides',
147
148
2.0, // 2
149
150
- -2.0, // 1
+ 3.0, // 1
151
152
4.0, // 0
153
@@ -167,7 +167,7 @@ tape( 'the function supports one-dimensional ndarrays having non-zero offsets',
167
168
1.0, // 0
169
170
+ 2.0, // 1
171
-2.0,
172
173
0 commit comments