Uh oh!
There was an error while loading. Please reload this page.
implement dpnp.nanmean, dpnp.nanstd, dpnp.nansum, and dpnp.average - #1654
Conversation
View rendered docs @ https://intelpython.github.io/dpnp/index.html |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
antonwolfy
left a comment
There was a problem hiding this comment.
Thank you @vtavana LGTM!
Uh oh!
There was an error while loading. Please reload this page.
…rage` (#1654) * implement dpnp.nanmean, dpnp.nanstd, dpnp.nansum and dpnp.average * change size huge test case * fix TestArithmetic test * fix test nanmean * address comments * using assert_dtype_allclose * add rtol to comparison * Update tests/test_mathematical.py --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> 3fdb921
…rage` (IntelPython#1654) * implement dpnp.nanmean, dpnp.nanstd, dpnp.nansum and dpnp.average * change size huge test case * fix TestArithmetic test * fix test nanmean * address comments * using assert_dtype_allclose * add rtol to comparison * Update tests/test_mathematical.py --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com> 3fdb921
In this PR,
dpnp.nanmean,dpnp.nanstd,dpnp.nansum, anddpnp.averageare implemented using existing functions indpnp.