-
-
Notifications
You must be signed in to change notification settings - Fork 616
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 strided
and assign
APIs to complex/float32/base/add
#5197
base: develop
Are you sure you want to change the base?
Conversation
Coverage Report
The above coverage report was generated for the changes in this PR. |
/complex/float32/base/add
strided
and assign
APIs to complex/float32/base/add
/stdlib update-copyright-years |
Signed-off-by: Shabareesh Shetty <[email protected]>
@Neerajpathak07 could you help me out with the CI errors? |
|
expected = new Float32Array( [ 3.0, 4.0 ] ); | ||
|
||
t.deepEqual( v, out, 'returns expected value' ); | ||
t.deepEqual( isSameFloat32Array( out, expected ), true, 'returns expected value' ); |
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.
It takes a toll on the tests for all of the tests which have isSameFloat32Array()
function as the input. So resolving this should make the tests run clean.
@ShabiShett07 ahh understood where the problem should lie so the latter does exist but it appears you have made a typo the correct module should be :- |
Signed-off-by: Shabareesh Shetty <[email protected]>
lib/node_modules/@stdlib/complex/float32/base/add/test/test.assign.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Shabareesh Shetty <[email protected]>
lib/node_modules/@stdlib/complex/float32/base/add/test/test.strided.js
Outdated
Show resolved
Hide resolved
Signed-off-by: Shabareesh Shetty <[email protected]>
Thank you @Neerajpathak07, this solved my error. |
/stdlib lint-autofix |
Resolves #5196
Description
This pull request:
complex/float32/base/add
#5196Related Issues
This pull request:
complex/float32/base/add
#5196Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers