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

Add different options to compute stat_array on FluxPointsDatasets #5135

Merged
merged 25 commits into from
May 17, 2024

Commits on May 17, 2024

  1. stat using sampled flux points

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bd24ceb View commit details
    Browse the repository at this point in the history
  2. fix

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cd33f19 View commit details
    Browse the repository at this point in the history
  3. random_state for choice

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4c2bc9f View commit details
    Browse the repository at this point in the history
  4. extrapolate option on interpolate profile

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    44142d2 View commit details
    Browse the repository at this point in the history
  5. add stat_type=profile case

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8d6d933 View commit details
    Browse the repository at this point in the history
  6. draft example in tutorial

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    542f3b8 View commit details
    Browse the repository at this point in the history
  7. restructure notebook

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    40307cb View commit details
    Browse the repository at this point in the history
  8. simplify

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4e56cd7 View commit details
    Browse the repository at this point in the history
  9. Apply suggestions from code review

    Co-authored-by: Atreyee Sinha <asinha@ucm.es>
    QRemy and AtreyeeS committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c611841 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1558aa0 View commit details
    Browse the repository at this point in the history
  11. implement review suggestions and fix

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e25d155 View commit details
    Browse the repository at this point in the history
  12. add more tests

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b7f2345 View commit details
    Browse the repository at this point in the history
  13. mask_valid as property

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    12e82bc View commit details
    Browse the repository at this point in the history
  14. plot limits

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b5f6091 View commit details
    Browse the repository at this point in the history
  15. improve doc

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8f8baf1 View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    Co-authored-by: Régis Terrier <regis.terrier@m4x.org>
    QRemy and registerrier committed May 17, 2024
    Configuration menu
    Copy the full SHA
    219a88a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73422f4 View commit details
    Browse the repository at this point in the history
  18. fix shape

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4718664 View commit details
    Browse the repository at this point in the history
  19. avoid loop in _stat_array_distrib

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0cb4373 View commit details
    Browse the repository at this point in the history
  20. fix mask shape

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    dbca32a View commit details
    Browse the repository at this point in the history
  21. fix temporal case if reference model has no temporal model

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bb9eaba View commit details
    Browse the repository at this point in the history
  22. Apply suggestions from code review

    Co-authored-by: Bruno Khélifi <khelifi@in2p3.fr>
    QRemy and bkhelifi committed May 17, 2024
    Configuration menu
    Copy the full SHA
    f17b0ca View commit details
    Browse the repository at this point in the history
  23. docstring

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ab0a68d View commit details
    Browse the repository at this point in the history
  24. implement suggestion

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7a2368d View commit details
    Browse the repository at this point in the history
  25. fix

    Signed-off-by: Quentin Remy <quentin.remy@mpi-hd.mpg.de>
    QRemy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a55f23c View commit details
    Browse the repository at this point in the history