-
-
Notifications
You must be signed in to change notification settings - Fork 762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: correct variable ordering in cauchy CDF implementation #5542
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
@@ -213,9 +213,10 @@ static double random_uniform( const double min, const double max ) { | |||
} | |||
|
|||
int main( void ) { | |||
//correct order based on the length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//correct order based on the length |
@@ -31,10 +31,10 @@ var pkg = require( './../package.json' ).name; | |||
|
|||
|
|||
// VARIABLES // | |||
|
|||
var logcdf = tryRequire( resolve( __dirname, './../lib/native.js' ) ); | |||
//corected variable name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//corected variable name |
lib/node_modules/@stdlib/stats/base/dists/cauchy/cdf/benchmark/benchmark.native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/cauchy/cdf/examples/c/example.c
Outdated
Show resolved
Hide resolved
I ain't getting what's the conflict that must be resolved |
@ChaitraTM It looks like you've corrupted this PR. Your most recent commit made hundreds of changes which we do not want. I'll need to close this PR, as the changes won't be accepted as is. I suggest trying again in a separate PR. |
Resolves #5431 .
Description
This pull request:
example.c
benchmark.native.js
cdf.h
Related Issues
This pull request:
8fa3827
) #5431Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers