Skip to content

Conversation

dstansby
Copy link
Contributor

@dstansby dstansby commented Sep 3, 2025

Fixes #3406, and another go at #3426 - sorry for duplicating work @d-v-b, but I thought it was easier to start again.

I decided the easiest fix here was to delegate to open_group, instead of rejigging a bunch of logic that's in open_group anyway.

@github-actions github-actions bot added the needs release notes Automatically applied to PRs which haven't added release notes label Sep 3, 2025
@github-actions github-actions bot removed the needs release notes Automatically applied to PRs which haven't added release notes label Sep 3, 2025
Copy link

codecov bot commented Sep 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.96%. Comparing base (00e7814) to head (fbce369).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3431      +/-   ##
==========================================
+ Coverage   94.92%   94.96%   +0.03%     
==========================================
  Files          79       79              
  Lines        9503     9487      -16     
==========================================
- Hits         9021     9009      -12     
+ Misses        482      478       -4     
Files with missing lines Coverage Δ
src/zarr/api/asynchronous.py 90.87% <100.00%> (+0.84%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@d-v-b
Copy link
Contributor

d-v-b commented Sep 3, 2025

thanks @dstansby!

@d-v-b d-v-b merged commit b483543 into zarr-developers:main Sep 3, 2025
31 checks passed
@dstansby dstansby deleted the group-creation branch September 3, 2025 19:23
@d-v-b d-v-b mentioned this pull request Sep 4, 2025
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.

zarr.group raises FileNotFoundError
2 participants