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

IntelPython / dpnp / 26509618926
78%

Build:
DEFAULT BRANCH: master
Ran 27 May 2026 01:06PM UTC
Jobs 1
Files 261
Run time 2min
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

27 May 2026 11:56AM UTC coverage: 78.242%. Remained the same
26509618926

push

github

web-flow
Fix `dpnp.tensor.expm1` handling of complex(+-0, 0)  (#2926)

This PR proposes to fix issue #2878 where
`dpnp.tensor.expm1(complex(-0.0, 0.0))` returned `-0.0 + 0.0j` on CPU
instead of `0.0 + 0.0j` as required by the Array API specification

The fix adds an explicit special-case branch for `complex(±0, 0)` in
`expm1.hpp` so CPU and GPU behavior are now consistent and compliant
with the specification.

Also `test_expm1_special_cases` test was extended to cover
`complex(-0.0, 0.0)`

1539 of 2874 branches covered (53.55%)

Branch coverage included in aggregate %.

26431 of 32874 relevant lines covered (80.4%)

7912.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26509618926.1 27 May 2026 01:06PM UTC 261
78.24
GitHub Action Run
Source Files on build 26509618926
  • Tree
  • List 261
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26509618926
  • 87510bbd on github
  • Prev Build on master (#26450249938)
  • Next Build on master (#26596029148)
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