We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a93ccc0 commit cac36ddCopy full SHA for cac36dd
lib/node_modules/@stdlib/stats/base/dists/weibull/logpdf/test/test.native.js
@@ -50,7 +50,7 @@ var opts = {
50
51
tape( 'main export is a function', opts, function test( t ) {
52
t.ok( true, __filename );
53
- t.strictEqual( typeof cdf, 'function', 'main export is a function' );
+ t.strictEqual( typeof logpdf, 'function', 'main export is a function' );
54
t.end();
55
});
56
0 commit comments