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

IntelPython / dpnp / 24770744137
78%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2026 10:34AM UTC
Jobs 1
Files 261
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

22 Apr 2026 09:24AM UTC coverage: 78.431% (+0.002%) from 78.429%
24770744137

push

github

web-flow
Fix `matrix_rank` for empty matrices (#2853)

This PR fixes `dpnp.linalg.matrix_rank` to handle empty matrices (arrays
with zero-size dimensions) without raising a `ValueError`.

Previously, calling `matrix_rank` on empty arrays would fail:
```python
import dpnp as np

dpnp.linalg.matrix_rank(np.zeros((0, 0)))
# ValueError: reduction cannot be performed over zero-size axes
```

The PR also adds comprehensive tests coverage, including testing both
normal and Hermitian modes.

1573 of 2908 branches covered (54.09%)

Branch coverage included in aggregate %.

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

26262 of 32582 relevant lines covered (80.6%)

7628.78 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24770744137.1 22 Apr 2026 10:34AM UTC 261
78.43
GitHub Action Run
Source Files on build 24770744137
  • Tree
  • List 261
  • 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 #24770744137
  • 3007bee4 on github
  • Prev Build on master (#24748125282)
  • Next Build on master (#24779220640)
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