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

IntelPython / dpnp / 28958404127
78%

Build:
DEFAULT BRANCH: master
Ran 08 Jul 2026 05:35PM 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

08 Jul 2026 04:23PM UTC coverage: 78.111% (+0.004%) from 78.107%
28958404127

push

github

web-flow
Fix `dpnp.interp` to return a proper result for an empty input array `x` (#2985)

`dpnp.interp` raised `ValueError("array of sample points is empty")`
when called with an empty input array `x` (together with empty
`xp`/`fp`). NumPy returns an empty array in this case instead of
raising.

This PR aligns `dpnp.interp` with NumPy: an empty `x` now returns an
empty array carrying the correct dtype (including complex promotion from
`fp`), while all existing input validation is preserved.

1532 of 2854 branches covered (53.68%)

Branch coverage included in aggregate %.

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

25996 of 32388 relevant lines covered (80.26%)

8026.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28958404127.1 08 Jul 2026 05:35PM UTC 258
78.11
GitHub Action Run
Source Files on build 28958404127
  • Tree
  • List 258
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28958404127
  • b2867417 on github
  • Prev Build on master (#28946133161)
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