Skip to content

Conversation

DiDeoxy
Copy link

@DiDeoxy DiDeoxy commented Jul 29, 2025

The spatial_data.read_zarr function raises an error when trying to read a Group from zarr version 2.18.7 as it tries to turn the Group into a Path object directly when Group is not a PathLike object. This adds a check to prevent this bug.

Copy link

codecov bot commented Jul 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.39%. Comparing base (7604a3d) to head (b22de3f).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #962      +/-   ##
==========================================
+ Coverage   92.14%   92.39%   +0.24%     
==========================================
  Files          48       48              
  Lines        7473     7440      -33     
==========================================
- Hits         6886     6874      -12     
+ Misses        587      566      -21     
Files with missing lines Coverage Δ
src/spatialdata/_io/io_zarr.py 88.46% <100.00%> (ø)

... and 11 files with indirect coverage changes

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

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.

1 participant