Skip to content

Commit fa51fee

Browse files
committed
Auto-generated commit
1 parent fc3d449 commit fa51fee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`d94f831`](https://github.com/stdlib-js/stdlib/commit/d94f8313eb8c0a08d2963a938c96a5f22a5f666e) - **test:** fix message _(by Athan Reines)_
2526
- [`2ab4734`](https://github.com/stdlib-js/stdlib/commit/2ab4734984722371281d1a009fced0f6ac286777) - **chore:** clean-up _(by Athan Reines)_
2627
- [`c17e5f2`](https://github.com/stdlib-js/stdlib/commit/c17e5f26a44218e7cc295e5360f681c1d36fee13) - **feat:** add `stats/base/ndarray/stdev` [(#9248)](https://github.com/stdlib-js/stdlib/pull/9248) _(by Pratik, Athan Reines)_
2728

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ tape( 'if provided a correction argument yielding `N-correction` less than or eq
132132
correction = scalar2ndarray( 1.0, opts );
133133

134134
v = stdev( [ vector( x, 1, 1, 0 ), correction ] );
135-
t.strictEqual( isnan( v ), true, 'returns NaN' );
135+
t.strictEqual( isnan( v ), true, 'returns expected value' );
136136

137137
t.end();
138138
});

0 commit comments

Comments
 (0)