-
-
Notifications
You must be signed in to change notification settings - Fork 836
refactor: update blas/ext/base/ssorthp
to follow current project conventions
#1770
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
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. 🏃 💨
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 PR needs more changes, please follow d66d80c and add required files.
@stdlib/blas/ext/base/ssorthp
to follow current project conventions
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.
Please have a look at the failing CI job for linting of the C files.
Also, the PR currently took the instruction to "remove the use of floor everywhere" as replacing it via a a right shift operation. This will have to be changed; please consult the linked packages for the changes we are looking for.
Thanks for your efforts!
Got it! thanks for the clarification. I will make the necessary changes. |
@stdlib/blas/ext/base/ssorthp
to follow current project conventionsblas/ext/base/ssorthp
to follow current project conventions
lib/node_modules/@stdlib/blas/ext/base/ssorthp/benchmark/benchmark.mostly_sorted_few_uniques.js
Outdated
Show resolved
Hide resolved
…nvention This reverts commit f7b6aa0. Committer: Naveen Kumar <[email protected]>
@kgryte @Planeshifter can you please review it? this test is failing, while other file has included same directory see |
Tests should now pass; will merge once CI has passed. Thanks! |
Resolves #1537
Description
This pull request:
@stdlib/blas/ext/base/ssorthp
to follow current project conventions.Checklist
Related Issues
This pull request:
blas/ext/base/ssorthp
to follow current project conventions #1537Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers