-
-
Notifications
You must be signed in to change notification settings - Fork 867
updated comments #5520
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
updated comments #5520
Conversation
Hello! Thank you for your contribution to stdlib. We noticed that the contributing guidelines acknowledgment is missing from your pull request. Here's what you need to do:
This acknowledgment confirms that you've read the guidelines, which include:
We can't review or accept contributions without this acknowledgment. Thank you for your understanding and cooperation. We look forward to reviewing your contribution! |
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.
👋 Hi there! 👋
And thank you for opening your first pull request! We will review it shortly. 🏃 💨
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.
Added comments here and elsewhere in this PR need to be removed.
lib/node_modules/@stdlib/stats/base/dists/cauchy/cdf/examples/c/example.c
Show resolved
Hide resolved
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.
Thanks for opening a PR!
Left a few comments that need to be resolved before this can move forward.
@ChaitraTM Please don't mark conversations as resolved until the issues are addressed. Notice also the failing CI checks, which contain additional information on what needs to be resolved. Thanks! |
@@ -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 |
@@ -26,11 +26,13 @@ static double random_uniform( const double min, const double max ) { | |||
} | |||
|
|||
int main( void ) { | |||
double gamma; | |||
//corrected order |
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.
//corrected order |
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.
@ChaitraTM This order is not correct. The order should be in order of decreasing length, not increasing length.
Closing this PR since #6192 got merged. |
Resolves #5431.
Description
This pull request:
example.c
based on length.logcdf
variable tocdf
inbenchmark.native.js
for consistency.cdf.h
(Weibull → Cauchy).Related Issues
This pull request:
8fa3827
) #5431Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers