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

Provide default options for chunking of datasets (issue #635) #636

Draft
wants to merge 16 commits into
base: main
Choose a base branch
from

Merge branch 'main' into 635-customizable-chunking

b47f153
Select commit
Loading
Failed to load commit list.
Draft

Provide default options for chunking of datasets (issue #635) #636

Merge branch 'main' into 635-customizable-chunking
b47f153
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 11, 2025 in 0s

94.79% (target 90.00%)

View this Pull Request on Codecov

94.79% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 79.62963% with 33 lines in your changes missing coverage. Please review.

Project coverage is 94.79%. Comparing base (1a2f696) to head (b47f153).

Files with missing lines Patch % Lines
...config/+internal/resolveDatasetConfigForDataType.m 56.00% 11 Missing ⚠️
+io/+config/+internal/configureDataPipeFromData.m 60.86% 9 Missing ⚠️
+io/+config/readDatasetConfiguration.m 71.42% 4 Missing ⚠️
+schemes/listDatasetsOfNeurodataType.m 81.81% 4 Missing ⚠️
+io/+config/+internal/computeChunkSizeFromConfig.m 90.32% 3 Missing ⚠️
+io/+config/applyDatasetConfiguration.m 95.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #636      +/-   ##
==========================================
- Coverage   95.27%   94.79%   -0.48%     
==========================================
  Files         124      132       +8     
  Lines        5139     5301     +162     
==========================================
+ Hits         4896     5025     +129     
- Misses        243      276      +33     

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