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

replacing median with 50th percentile #97

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Sep 29, 2021

  1. replacing median with 50th percentile

    Oliver Sus committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    d651eb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. add helper function for np.percentile

    Oliver Sus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    599bc95 View commit details
    Browse the repository at this point in the history
  2. add test for new helper function _get_true_median()

    Oliver Sus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1f8eb46 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/pytroll/pygac into replacin…

    …g-median-with-50th-percentile
    Oliver Sus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f85e4bc View commit details
    Browse the repository at this point in the history
  4. fixed merge conflict

    Oliver Sus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8717e31 View commit details
    Browse the repository at this point in the history
  5. add keyword to interpolation

    Oliver Sus committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    07d4de7 View commit details
    Browse the repository at this point in the history