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

Allow selection of one or more members in an ensemble dataset #156

Merged
merged 6 commits into from
Dec 13, 2024

Conversation

b8raoult
Copy link
Collaborator

@b8raoult b8raoult commented Dec 5, 2024

This feature allows the selection of one or more members of an ensemble dataset:

open_dataset("path-to-zarr", number=1)

and

open_dataset("path-to-zarr", number=[1, 3, 5])

📚 Documentation preview 📚: https://anemoi-datasets--156.org.readthedocs.build/en/156/

@codecov-commenter
Copy link

codecov-commenter commented Dec 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 72.96%. Comparing base (2c1e6b1) to head (20f2571).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #156   +/-   ##
========================================
  Coverage    72.96%   72.96%           
========================================
  Files           10       10           
  Lines          825      825           
========================================
  Hits           602      602           
  Misses         223      223           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@b8raoult b8raoult changed the title Feature/number Allow selection of one or more members in an ensemble dataset Dec 7, 2024
@floriankrb floriankrb merged commit 1c75729 into develop Dec 13, 2024
55 of 56 checks passed
@floriankrb floriankrb deleted the feature/number branch December 13, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants