-
-
Notifications
You must be signed in to change notification settings - Fork 995
feat: add C ndarray interface and refactor implementation for stats/base/dsnanmean
#4395
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
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
|
@kgryte I have made the suggested changes throughout all my other PR's would really appreciate a review |
Signed-off-by: Neeraj Pathak <[email protected]>
---
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
aayush0325
left a comment
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
|
@kgryte pls take a look at this as well!! |
Signed-off-by: Athan <[email protected]>
Signed-off-by: Athan <[email protected]>
kgryte
left a comment
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.
LGTM
Resolves none.
Description
This pull request:
ndarrayinterface forstats/base/dsnanmeanRelated Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers