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

IntelPython / dpnp / 17910465147
81%

Build:
DEFAULT BRANCH: master
Ran 22 Sep 2025 09:52AM UTC
Jobs 1
Files 229
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

22 Sep 2025 09:12AM UTC coverage: 71.78%. Remained the same
17910465147

push

github

web-flow
Exclude testing with scipy in the env with python 3.9 (#2583)

The PR excludes running scipy relating tests from the scope, because
there is the scipy import issue:
```bash
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/dpctl/__init__.py", line 51, in <module>
    from ._sycl_queue import (
  File "dpctl/_sycl_queue.pyx", line 1, in init dpctl._sycl_queue
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/dpctl/memory/__init__.py", line 31, in <module>
    from ._memory import (
  File "dpctl/memory/_memory.pyx", line 69, in init dpctl.memory._memory
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/numpy/__init__.py", line 155, in <module>
    from . import fft
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/numpy/fft/__init__.py", line 215, in <module>
    import mkl_fft.interfaces.numpy_fft as _nfft
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/mkl_fft/__init__.py", line 45, in <module>
    import mkl_fft.interfaces  # isort: skip
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/mkl_fft/interfaces/__init__.py", line 29, in <module>
    import scipy.fft
  File "/home/runner/miniconda3/envs/test/lib/python3.9/site-packages/scipy/__init__.py", line 110, in <module>
    __all__.remove('linalg')
ValueError: list.remove(x): x not in list
```
when installing the packages from
`https://software.repos.intel.com/python/conda/` channel.

The support of python 3.9 for scipy was stopped to upload there for a
long time ago and the latest available is scipy 1.8.1 which is too old
and has the import issue.

4987 of 10112 branches covered (49.32%)

Branch coverage included in aggregate %.

18539 of 22663 relevant lines covered (81.8%)

18918.51 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17910465147.1 22 Sep 2025 09:53AM UTC 229
71.78
GitHub Action Run
Source Files on build 17910465147
  • Tree
  • List 229
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 66b9b3b2 on github
  • Prev Build on master (#17878775513)
  • Next Build on master (#17914456793)
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