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

IntelPython / dpnp / 12085521479
81%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2024 01:46PM UTC
Jobs 1
Files 199
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

29 Nov 2024 01:22PM UTC coverage: 67.852%. Remained the same
12085521479

push

github

web-flow
fix test_digitize_error (#2204)

```python
with pytest.raises(TypeError):
    dpnp.digitize(x_np, bins_dp)
    dpnp.digitize(x_dp, bins_np)  # <= unreachable line
```

```python
with pytest.raises(TypeError):
    dpnp.digitize(x_np, bins_dp)
with pytest.raises(TypeError):
    dpnp.digitize(x_dp, bins_np)  # <= reachable line
```

- [x] Have you provided a meaningful PR description?
- [x] Have you added a test, reproducer or referred to issue with a
reproducer?
- [x] Have you tested your changes locally for CPU and GPU devices?
- [x] Have you made sure that new changes do not introduce compiler
warnings?
- [x] Have you checked performance impact of proposed changes?
- [x] If this PR is a work in progress, are you filing the PR as a
draft?

4393 of 10022 branches covered (43.83%)

Branch coverage included in aggregate %.

16462 of 20714 relevant lines covered (79.47%)

20598.01 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12085521479.1 29 Nov 2024 01:47PM UTC 199
67.85
GitHub Action Run
Source Files on build 12085521479
  • Tree
  • List 199
  • Changed 10
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 5c9f8552 on github
  • Prev Build on master (#12068675277)
  • Next Build on master (#12118640597)
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