Skip to content

Commit e04db7a

Browse files
committed
added mgf
1 parent 44c6926 commit e04db7a

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile/test

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/quantile/test/test.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ var largeP = require( './fixtures/julia/large_p.json' );
3636

3737
// VARIABLES //
3838

39+
var mgf = tryRequire( resolve( __dirname, './../lib/native.js' ) );
3940
var opts = {
4041
'skip': ( mgf instanceof Error )
4142
};

0 commit comments

Comments
 (0)