Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement dpnp.nanmean, dpnp.nanstd, dpnp.nansum, and dpnp.average #1654

Merged
merged 8 commits into from
Jan 12, 2024

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    dde2b91 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. change size huge test case

    vtavana committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a67d4da View commit details
    Browse the repository at this point in the history
  2. fix TestArithmetic test

    vtavana committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c2f65f0 View commit details
    Browse the repository at this point in the history
  3. fix test nanmean

    vtavana committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9952a81 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. address comments

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4beae7d View commit details
    Browse the repository at this point in the history
  2. using assert_dtype_allclose

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2396cb3 View commit details
    Browse the repository at this point in the history
  3. add rtol to comparison

    vtavana committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    ee1ac3e View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    93d22d9 View commit details
    Browse the repository at this point in the history