Skip to content

Commit 7527337

Browse files
committed
Auto-generated commit
1 parent 2399da3 commit 7527337

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`ce2a193`](https://github.com/stdlib-js/stdlib/commit/ce2a1930b7c0014fd2404c7cf5f7a90f44e9f6fa) - **test:** remove duplicate test cases in `stats/base/dists/laplace` packages _(by Philipp Burckhardt)_
3738
- [`a6b5609`](https://github.com/stdlib-js/stdlib/commit/a6b5609b1e8e92ec33fda5874e3c03c9e3e571c6) - **bench:** update random value generation [(#9745)](https://github.com/stdlib-js/stdlib/pull/9745) _(by Harsh Yadav)_
3839
- [`5bbd209`](https://github.com/stdlib-js/stdlib/commit/5bbd209871c06aaf7d6347c6eb7696af6128ee1a) - **docs:** replace manual `for` loop in examples [(#8257)](https://github.com/stdlib-js/stdlib/pull/8257) _(by Harsh Yadav)_
3940
- [`fc438e0`](https://github.com/stdlib-js/stdlib/commit/fc438e0edbad0689d6923d6f3edb959b96597662) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_

test/test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ tape( 'if provided a nonpositive `b`, the function returns `NaN`', function test
5959
y = variance( 2.0, -1.0 );
6060
t.strictEqual( isnan( y ), true, 'returns expected value' );
6161

62-
y = variance( 2.0, -1.0 );
63-
t.strictEqual( isnan( y ), true, 'returns expected value' );
64-
6562
y = variance( 1.0, NINF );
6663
t.strictEqual( isnan( y ), true, 'returns expected value' );
6764

0 commit comments

Comments
 (0)