-
-
Notifications
You must be signed in to change notification settings - Fork 836
refactor: update blas/ext/base/ssum
to follow current project convent…
#1802
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
blas/ext/base/ssum
to follow current project convent…
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.
Heading good, requested changes. Once done this PR will be ready to merge.
lib/node_modules/@stdlib/blas/ext/base/ssum/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssum/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssum/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssum/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssum/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/ssum/test/test.ssum.native.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Co-authored-by: Pranav <85227306+Pranavchiku@users.noreply.github.com> Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
Signed-off-by: Raunak Kumar Gupta <95216822+raunak-dev-edu@users.noreply.github.com>
@Pranavchiku I have applied the chnges as per requested. Please re-review it. |
@raunak-dev-edu Looks like we're getting lint failures on this PR. Those should be addressed before we review. |
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.
Thank you, @raunak-dev-edu!
Resolves #1540.
Description
This pull request:
blas/ext/base/ssum
to follow current project conventions.Related Issues
This pull request:
blas/ext/base/ssum
to follow current project conventions #1540Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers