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

IntelPython / dpnp / 13376411782
81%

Build:
DEFAULT BRANCH: master
Ran 17 Feb 2025 06:45PM UTC
Jobs 1
Files 206
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

17 Feb 2025 06:16PM UTC coverage: 71.742%. Remained the same
13376411782

push

github

web-flow
Fix issue gh-2311 (#2314)

This PR suggests a solving #2311

When the input array is `(n, m)` or `(batch_size, n, m)` where m=1
`geqrf`/`geqrf_batch` call returns F-contig result array and
`dpnp.empty_like()` is used to allocate `q` allocates F-contig array and
this raises `ValueError` exception in `orgqr` and `ungqr` functions.

Added `q` allocation always C-contig and updated tests

4684 of 9472 branches covered (49.45%)

Branch coverage included in aggregate %.

17389 of 21295 relevant lines covered (81.66%)

20061.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 13376411782.1 17 Feb 2025 06:45PM UTC 206
71.74
GitHub Action Run
Source Files on build 13376411782
  • Tree
  • List 206
  • Changed 83
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 89cb658d on github
  • Prev Build on master (#13335750478)
  • Next Build on master (#13377834900)
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