Skip to content

Commit d5f6300

Browse files
fix: CI errors
1 parent 138c442 commit d5f6300

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/logpdf/examples/c/example.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
int main( void ) {
2525
double alpha;
2626
double beta;
27+
double x;
2728
double y;
2829
int i;
2930

lib/node_modules/@stdlib/stats/base/dists/beta/logpdf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ function logpdf( x, alpha, beta ) {
8484

8585
// EXPORTS //
8686

87-
module.exports = logpdf;
87+
module.exports = logpdf;

0 commit comments

Comments
 (0)