Skip to content

fix: clamp HDF chunk dimensions to >= 1 for zero-length datasets

88c3d8c
Select commit
Loading
Failed to load commit list.
Merged

fix: handle zero-length dimensions in HDFParser for zarr-python 3.2.0 #977

fix: clamp HDF chunk dimensions to >= 1 for zero-length datasets
88c3d8c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 22, 2026 in 1s

89.31% (target 75.00%)

View this Pull Request on Codecov

89.31% (target 75.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.31%. Comparing base (b3899e1) to head (88c3d8c).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #977   +/-   ##
=======================================
  Coverage   89.31%   89.31%           
=======================================
  Files          33       33           
  Lines        2031     2031           
=======================================
  Hits         1814     1814           
  Misses        217      217           
Files with missing lines Coverage Δ
virtualizarr/parsers/hdf/hdf.py 95.58% <100.00%> (ø)

... and 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.