(fix): zarr bound#1976
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1976 +/- ##
==========================================
+ Coverage 83.35% 85.06% +1.70%
==========================================
Files 47 47
Lines 6848 6848
==========================================
+ Hits 5708 5825 +117
+ Misses 1140 1023 -117 🚀 New features to boost your workflow:
|
|
should this be an upper bound? |
Should it be exclusion? I thought upper bound would be safer for now but exclusion would work |
|
I personally prefer exclusion when I know that the next release has the fix. When we don’t know when the fix will come, we need to do an upper bound like you did. But then it’s a temporary fix and we need to be on top of it and make it more precise ASAP. |
|
I opened zarr-developers/zarr-python#3015 but I don't know when it will be merged and Josh Moore said the next release might be very quick: zarr-developers/zarr-python#3007 (comment) I will be on top of it because I opened the PR :) |
See zarr-developers/zarr-python#2998