Skip to content

Commit 4f719b1

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

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.cuminabs.js

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

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

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

0 commit comments

Comments
 (0)