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

IntelPython / dpnp / 12888946661 / 1
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 21 Jan 2025 02:55PM UTC
Files 201
Run time 24s
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.1

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

16767 of 20607 relevant lines covered (81.37%)

20740.16 hits per line

Source Files on job 12888946661.1
  • 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 Build 12888946661
  • 356184a2 on github
  • Prev Job for on master (#12873608213.1)
  • Next Job for on master (#12903850505.1)
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