Skip to content

Commit 6407b9c

Browse files
chore: updated copyright year
1 parent ca035dd commit 6407b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/variance/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2024 The Stdlib Authors.
4+
* Copyright (c) 2025 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

lib/node_modules/@stdlib/stats/base/dists/binomial/variance/test/test.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tape( 'if provided `NaN` for any parameter, the function returns `NaN`', opts, f
5656
t.end();
5757
});
5858

59-
tape( 'if provided an `n` which is not a nonnegative integer, the function returns `NaN`', function test( t ) {
59+
tape( 'if provided an `n` which is not a nonnegative integer, the function returns `NaN`', opts, function test( t ) {
6060
var v;
6161

6262
v = variance( -2, 0.5 );

0 commit comments

Comments
 (0)