Closed headlessNode closed 5 days ago
Package | Statements | Branches | Functions | Lines |
---|---|---|---|---|
blas/ext/base/dapxsumkbn | $\color{green}392/392$ $\color{green}+100.00\%$ |
$\color{green}21/21$ $\color{green}+100.00\%$ |
$\color{green}4/4$ $\color{green}+100.00\%$ |
$\color{green}392/392$ $\color{green}+100.00\%$ |
The above coverage report was generated for the changes in this PR.
@kgryte The test failure here is from a downstream test suite. I'll update it once this PR is merged.
@headlessNode This is already merged, but I just saw that we are still using fabs
in the implementation. We can migrate to using @stdlib/math/base/special/abs
.
Description
This pull request:
stride
is equal to zero.Related Issues
No.
Questions
No.
Other
No.
Checklist
[x] Read, understood, and followed the contributing guidelines.
@stdlib-js/reviewers