Skip to content

Commit 28f5588

Browse files
authored
test: sort test values
Signed-off-by: Athan <[email protected]>
1 parent 8ab7f22 commit 28f5588

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ tape( 'the function supports one-dimensional ndarrays having non-unit strides',
125125
2.0,
126126
2.0, // 1
127127
-7.0,
128-
-2.0, // 2
128+
3.0, // 2
129129
3.0,
130130
4.0, // 3
131131
2.0
@@ -146,7 +146,7 @@ tape( 'the function supports one-dimensional ndarrays having negative strides',
146146
2.0,
147147
2.0, // 2
148148
-7.0,
149-
-2.0, // 1
149+
3.0, // 1
150150
3.0,
151151
4.0, // 0
152152
2.0
@@ -166,7 +166,7 @@ tape( 'the function supports one-dimensional ndarrays having non-zero offsets',
166166
2.0,
167167
1.0, // 0
168168
2.0,
169-
-2.0, // 1
169+
2.0, // 1
170170
-2.0,
171171
2.0, // 2
172172
3.0,

0 commit comments

Comments
 (0)