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

Increase Zarr depth limit to 7 directories #984

Merged
merged 1 commit into from
Apr 25, 2022
Merged

Increase Zarr depth limit to 7 directories #984

merged 1 commit into from
Apr 25, 2022

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Apr 25, 2022

Closes #983.

@jwodder jwodder added patch Increment the patch version when merged release Create a release when this pr is merged zarr labels Apr 25, 2022
@codecov
Copy link

codecov bot commented Apr 25, 2022

Codecov Report

Merging #984 (ae99630) into master (2c4dcdd) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #984      +/-   ##
==========================================
+ Coverage   87.52%   87.54%   +0.02%     
==========================================
  Files          64       64              
  Lines        8104     8104              
==========================================
+ Hits         7093     7095       +2     
+ Misses       1011     1009       -2     
Flag Coverage Δ
unittests 87.54% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
dandi/consts.py 100.00% <100.00%> (ø)
dandi/organize.py 82.30% <0.00%> (+0.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c4dcdd...ae99630. Read the comment docs.

@@ -75,7 +75,7 @@

#: Regular expression for a valid Dandiset version identifier. This regex is
#: not anchored.
VERSION_REGEX = fr"(?:{PUBLISHED_VERSION_REGEX}|draft)"
VERSION_REGEX = rf"(?:{PUBLISHED_VERSION_REGEX}|draft)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

curious: is there a difference and/or standardization of the order of r and f?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no practical difference, but the latest version of black prefers rf for some reason.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gotcha -- thank you!

@yarikoptic yarikoptic merged commit 3fae015 into master Apr 25, 2022
@yarikoptic yarikoptic deleted the gh-983 branch April 25, 2022 16:48
@github-actions
Copy link

🚀 PR was released in 0.39.3 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged release Create a release when this pr is merged released zarr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngff upload running into validation errors
2 participants