• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IntelPython / dpnp / 27760340703
78%

Build:
DEFAULT BRANCH: master
Ran 18 Jun 2026 01:53PM UTC
Jobs 1
Files 258
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Jun 2026 12:44PM UTC coverage: 78.092%. Remained the same
27760340703

push

github

web-flow
Return unitary vh from `dpnp.linalg.svd` for singular Hermitian inputs (#2954)

`dpnp.linalg.svd(..., hermitian=True)` could return a non-unitary `vh`
when the input array is singular. In the Hermitian path, the sign of
each eigenvalue is factored out of the eigenvectors into `vh`. The sign
was computed with `dpnp.sign(s)`, which returns `0` for zero
eigenvalues, zeroing out the corresponding rows of `vh` and breaking
unitarity.

The fix replaces `dpnp.sign(s)` with `dpnp.copysign(1.0, s)`, which
always yields ±1, mirroring the change included into NumPy 2.5.

1532 of 2854 branches covered (53.68%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

25975 of 32370 relevant lines covered (80.24%)

8022.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27760340703.1 18 Jun 2026 01:53PM UTC 258
78.09
GitHub Action Run
Source Files on build 27760340703
  • Tree
  • List 258
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27760340703
  • 1f35e57d on github
  • Prev Build on master (#27750385918)
  • Next Build on master (#27770014151)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc