-
-
Notifications
You must be signed in to change notification settings - Fork 794
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
Created truncated.c #6123
Created truncated.c #6123
Conversation
This file aims to solve the issue [RFC]: Add C implementations to truncated normal distribution functions (tracking issue) #3868 i.e, #3868 Signed-off-by: MANI <[email protected]>
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. |
This Commit Aims to solve half issue Fix C lint errors #6132 Signed-off-by: MANI <[email protected]>
This Commit Aims to solve rest half issue Fix C lint errors #6132 Signed-off-by: MANI <[email protected]>
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not follow project conventions. We place a high value on consistency throughout the stdlib codebase, and this pull request was found to significantly deviate from stdlib conventions. We encourage you to closely examine other packages in stdlib and attempt to emulate the practices and conventions found therein.
In short, the more effort you put in to ensure that your contribution looks and feels like stdlib—including variables names, bracket spacing, line breaks, etc—the more likely that your contribution will be reviewed and ultimately accepted. We encourage you to closely study the codebase before continuing to work on this pull request. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Description
This pull request:
• Fixes the linting failures that were detected in the automated lint workflow run.
> lib/node_modules/@stdlib/strided/base/dmskmap/examples/c/example.c:31:9
> lib/node_modules/@stdlib/strided/base/dmskmap/examples/c/example.c:34:10
> lib/node_modules/@stdlib/stats/base/smeanors/benchmark/c/benchmark.length.c:110:37
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers