Skip to content

Commit 304def8

Browse files
authored
test: sort test values
Signed-off-by: Athan <[email protected]>
1 parent b66712a commit 304def8

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/test

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smaxsorted/test/test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ tape( 'the function supports one-dimensional ndarrays having non-unit strides',
126126
2.0,
127127
2.0, // 1
128128
-7.0,
129-
-2.0, // 2
129+
3.0, // 2
130130
3.0,
131131
4.0, // 3
132132
2.0
@@ -147,7 +147,7 @@ tape( 'the function supports one-dimensional ndarrays having negative strides',
147147
2.0,
148148
2.0, // 2
149149
-7.0,
150-
-2.0, // 1
150+
3.0, // 1
151151
3.0,
152152
4.0, // 0
153153
2.0
@@ -167,7 +167,7 @@ tape( 'the function supports one-dimensional ndarrays having non-zero offsets',
167167
2.0,
168168
1.0, // 0
169169
2.0,
170-
-2.0, // 1
170+
2.0, // 1
171171
-2.0,
172172
2.0, // 2
173173
3.0,

0 commit comments

Comments
 (0)