Skip to content

Commit 8bb2d6d

Browse files
authored
test: fix alias
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 834d79c commit 8bb2d6d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/ndarray/smeanlipw/test

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ tape( 'if provided an empty ndarray, the function returns `NaN`', function test(
8383
x = new Float32Array( [] );
8484

8585
v = smeanlipw( [ vector( x, 0, 1, 0 ) ] );
86-
t.strictEqual( isnan( v ), true, 'returns expected value' );
86+
t.strictEqual( isnanf( v ), true, 'returns expected value' );
8787

8888
t.end();
8989
});

0 commit comments

Comments
 (0)