Skip to content

Commit ad49e8f

Browse files
Remove duplicate test case in mean test
Removed duplicate test case for mean function. Signed-off-by: Suyash Pathak <[email protected]>
1 parent 5a2e830 commit ad49e8f

File tree

1 file changed

+0
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/cosine/mean/test

1 file changed

+0
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/cosine/mean/test/test.js

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

60-
y = mean( 2.0, -1.0 );
61-
t.strictEqual( isnan( y ), true, 'returns expected value' );
62-
6360
y = mean( 1.0, NINF );
6461
t.strictEqual( isnan( y ), true, 'returns expected value' );
6562

0 commit comments

Comments
 (0)