-
-
Notifications
You must be signed in to change notification settings - Fork 804
Fix comments in hypergeometric logpmf #5768
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
Conversation
Fixes stdlib-js#5747 Address commit comments in `11e8a56`. * Remove extra space between `logpmf` and `(` in `lib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/README.md`. * Add Oxford comma after `K` and before `and` in `lib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/src/main.c`. * Change test description to "returns expected value" in `lib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/test/test.native.js`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/stdlib-js/stdlib/issues/5747?shareId=XXXX-XXXX-XXXX-XXXX).
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! |
1 similar comment
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. 🏃 💨
Thank you for working on this pull request. However, we cannot accept your contribution as this pull request does not meet the standards of this project. Thank you again for your interest in stdlib, and we look forward to reviewing your future contributions. |
Fixes #5747
Address commit comments in
11e8a56
.logpmf
and(
inlib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/README.md
.K
and beforeand
inlib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/src/main.c
.lib/node_modules/@stdlib/stats/base/dists/hypergeometric/logpmf/test/test.native.js
.For more details, open the Copilot Workspace session.