-
-
Notifications
You must be signed in to change notification settings - Fork 610
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
feat: add C ndarray
interface and refactor implementation for stats/base/dsnanmean
#4395
base: develop
Are you sure you want to change the base?
feat: add C ndarray
interface and refactor implementation for stats/base/dsnanmean
#4395
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/benchmark/c/benchmark.length.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/include/stdlib/stats/base/dsnanmean.h
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dsnanmean/test/test.ndarray.native.js
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.
Left comments. Please do a very thorough review of all your open PRs implementing similar changes. They are currently inundated with copy-paste mistakes.
@kgryte Thank you for you review. Extremely sorry for the errors. I'll fix these mistakes for other PR's as well. |
@kgryte |
…/stdlib into ndarray-dsnanmean
@kgryte I have made the suggested changes throughout all my other PR's would really appreciate a review |
Signed-off-by: Neeraj Pathak <neerajrpathak710@gmail.com>
--- type: pre_push_report description: Results of running various checks prior to pushing changes. report: - task: run_javascript_examples status: na - task: run_c_examples status: na - task: run_cpp_examples status: na - task: run_javascript_readme_examples status: failed ---
lib/node_modules/@stdlib/stats/base/dsnanmean/include/stdlib/stats/base/dsnanmean.h
Outdated
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.
this should be clear of any errors now
Resolves none.
Description
This pull request:
ndarray
interface forstats/base/dsnanmean
Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers