Skip to content

Commit 4913bd7

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 5df0d99 commit 4913bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ tape( 'the function calculates the cumulative minimum absolute value (accessor)'
116116

117117
x = [ 1.0, -2.0, 3.0, -4.0, 5.0 ];
118118
y = [ 0.0, 0.0, 0.0, 0.0, 0.0 ];
119-
cuminabs(x.length, toAccessorArray( x ), 1, 0, toAccessorArray( y ), 1, 0);
119+
cuminabs( x.length, toAccessorArray( x ), 1, 0, toAccessorArray( y ), 1, 0 );
120120

121121
expected = [
122122
1.0,

0 commit comments

Comments
 (0)