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 support for lazy-loading chunked xarray.Datasets with dask #247

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from

avoid checking if first element is None

6373e79
Select commit
Loading
Failed to load commit list.
Draft

Add support for lazy-loading chunked xarray.Datasets with dask #247

avoid checking if first element is None
6373e79
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 26, 2024 in 0s

74.92% (-0.08%) compared to db451fb

View this Pull Request on Codecov

74.92% (-0.08%) compared to db451fb

Details

Codecov Report

Attention: Patch coverage is 30.00000% with 49 lines in your changes missing coverage. Please review.

Project coverage is 74.92%. Comparing base (db451fb) to head (6373e79).

Files Patch % Lines
eomaps/eomaps.py 29.03% 44 Missing ⚠️
eomaps/_data_manager.py 28.57% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #247      +/-   ##
==========================================
- Coverage   75.00%   74.92%   -0.08%     
==========================================
  Files          27       27              
  Lines       11853    11869      +16     
==========================================
+ Hits         8890     8893       +3     
- Misses       2963     2976      +13     

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