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

IntelPython / dpnp / 27820342385
78%

Build:
DEFAULT BRANCH: master
Ran 19 Jun 2026 11:35AM 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

19 Jun 2026 10:29AM UTC coverage: 78.088% (-0.003%) from 78.091%
27820342385

push

github

web-flow
Remove in-place modification of `shape` attribute for `numpy.ndarray` (#2958)

NumPy 2.5 is going to deprecate in-place assignment to `ndarray.shape`.

Previously `_as_zero_dim_ndarray` in `dpnp.tensor` relied on this
pattern (`view.shape = tuple()`) to turn a size-1 host buffer into a
0-dim array before extracting a Python scalar.

This PR replaces it with `reshape(())`, which is the recommended
non-deprecated alternative and returns a true
0-dim array.

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%)

1 existing line in 1 file now uncovered.

25973 of 32369 relevant lines covered (80.24%)

8017.63 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
86.29
-0.27% dpnp/tensor/_elementwise_common.py
Jobs
ID Job ID Ran Files Coverage
1 27820342385.1 19 Jun 2026 11:35AM UTC 258
78.09
GitHub Action Run
Source Files on build 27820342385
  • Tree
  • List 258
  • Changed 2
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27820342385
  • 02beb5c4 on github
  • Prev Build on master (#27791189488)
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