Uh oh!
There was an error while loading. Please reload this page.
Activate Python 3.9 - #859
Conversation
jakirkham
commented
Oct 22, 2021
Thanks for starting this Josh 😄 Probably need to bump or relax the |
joshmoore
commented
Oct 25, 2021
Do you know the reasoning behind the 0.6.4 pins, @jakirkham ? |
joshmoore
commented
Oct 25, 2021
Ok. So the codecov failure is the same as #811 I assume if you have any ideas, @jakirkham. I'll fix the py39/numpy1.17 filtration problem (though maybe I just bump to numpy 1.18 ...) |
jakirkham
commented
Oct 25, 2021
My guess is Matthias had some issues on CI and pinned it to fix them. Not really sure. PR ( #674 ) shows they have been here since adding GH Actions. Dropping them makes sense.
No new thoughts. |
joshmoore
commented
Oct 25, 2021
Looking a little closer, it looks like |
joshmoore
commented
Nov 8, 2021
Ok. Now down to just the codecov issue. The next clue in debugging is that: appears to now return matching values for |
andrewfulton9
commented
Nov 12, 2021
@joshmoore, sorry I missed my mention earlier. It looks like something in has changed to cause |
jakirkham
commented
Nov 12, 2021
Oh interesting, meaning that Blosc may have changed something, which is affecting us here? |
It looks like maybe Blosc has changed the default to just use 1 block if blocksize isn't defined so nbytes will equal blocksize by default, where previously it used to use some default (or tried to guess an optimum) blocksize. In |
jakirkham
commented
Nov 12, 2021
Think that would be helpful. We'd like to keep the partial read functionality in good working order 🙂 |
joshmoore
commented
Nov 15, 2021
jakirkham
commented
Nov 15, 2021
Thanks Josh! 😀 |
In an attempt to track down #858
Closes#629
TODO: