Skip to content

Commit 5df0d99

Browse files
jsndzkgryte
andauthored
Update lib/node_modules/@stdlib/stats/base/cuminabs/test/test.ndarray.js
Co-authored-by: Athan <[email protected]> Signed-off-by: Jaison D Souza <[email protected]>
1 parent 4f719b1 commit 5df0d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ tape( 'the function returns a reference to the output array (accessor)', functio
195195
var x;
196196
var y;
197197

198-
x = toAccessorArray([ 1.0, 2.0, 3.0, 4.0, 5.0 ]);
199-
y = toAccessorArray([ 0.0, 0.0, 0.0, 0.0, 0.0 ]);
198+
x = toAccessorArray( [ 1.0, 2.0, 3.0, 4.0, 5.0 ] );
199+
y = toAccessorArray( [ 0.0, 0.0, 0.0, 0.0, 0.0 ] );
200200

201201
out = cuminabs( x.length, x, 1, 0, y, 1, 0 );
202202
t.strictEqual( out, y, 'same reference' );

0 commit comments

Comments
 (0)