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

IntelPython / dpnp / 12996768383
81%

Build:
DEFAULT BRANCH: master
Ran 27 Jan 2025 07:53PM UTC
Jobs 1
Files 201
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

27 Jan 2025 07:27PM UTC coverage: 71.297% (+0.02%) from 71.275%
12996768383

push

github

web-flow
Add `mean` keyword to `dpnp.std` and `dpnp.var` (#2271)

The PR proposes to add `mean` keyword argument to `dpnp.std`,
`dpnp.var`, `dpnp.nanstd`, `dpnp.nanvar` functions and
`dpnp.ndarray.std`, `dpnp.ndarray.var` methods.

The keyword was introduced by NumPy 2.0 and intended to improve the
performance:

> Often when the standard deviation is needed the mean is also needed;
the same holds for the variance and the mean. With the current code the
mean is then calculated twice, this can be prevented if the functions
calculating the variance or the standard deviation can use a
precalculated mean

This PR implements similar improvement in dpnp code.

4565 of 9402 branches covered (48.55%)

Branch coverage included in aggregate %.

31 of 31 new or added lines in 3 files covered. (100.0%)

16790 of 20550 relevant lines covered (81.7%)

20811.2 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12996768383.1 27 Jan 2025 07:54PM UTC 201
71.3
GitHub Action Run
Source Files on build 12996768383
  • Tree
  • List 201
  • Changed 24
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b72f953b on github
  • Prev Build on master (#12990812921)
  • Next Build on master (#12998858966)
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