Skip to content

Commit f57461c

Browse files
Jeevan S MJeevan S M
Jeevan S M
authored and
Jeevan S M
committed
feat(stats/base/sstdevyc): add accessor protocol support, closes stdlib-js#5686
1 parent 4b41371 commit f57461c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tape( 'the function calculates the sample standard deviation of a strided array'
8383

8484
t.end();
8585
});
86-
86+
8787
tape( 'the function supports accessor arrays', function test( t ) {
8888
var expected;
8989
var x;

0 commit comments

Comments
 (0)