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

IntelPython / dpnp / 12888946661
81%

Build:
DEFAULT BRANCH: master
Ran 21 Jan 2025 02:47PM UTC
Jobs 1
Files 201
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

21 Jan 2025 02:20PM UTC coverage: 70.856% (+0.01%) from 70.845%
12888946661

push

github

web-flow
Raise `TypeError` in `dpnp.ndarray.__array__` (#2260)

The PR implements `dpnp.ndarray.__array__` method that raises
`TypeError` to disallow implicit conversion of `dpnp.ndarray` to
`numpy.ndarray`.
While explicit conversion using `dpnp.ndarray.asnumpy` method is
advised.

Disallowing implicit conversion prevents `numpy.asarray(dpnp_arr)` from
creating an array of 0D `dpnp.ndarray` instances, because
using it is very costly due to multitude of short-array transfers from
GPU to host.

4608 of 9560 branches covered (48.2%)

Branch coverage included in aggregate %.

10 of 10 new or added lines in 4 files covered. (100.0%)

16767 of 20607 relevant lines covered (81.37%)

20740.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12888946661.1 21 Jan 2025 02:55PM UTC 201
70.86
GitHub Action Run
Source Files on build 12888946661
  • Tree
  • List 201
  • Changed 16
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 356184a2 on github
  • Prev Build on master (#12873608213)
  • Next Build on master (#12903850505)
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

© 2025 Coveralls, Inc