Josh Moore
Josh Moore
Hi @rocherroche. There was recently a fix (#813 in 2.9.4) What version are you using & are you seeing the identical error?
> As noted in another issue, things work if the array is created as part of the specified store Do you mean https://github.com/zarr-developers/zarr-python/issues/1090#issuecomment-1190314533? If so, I guess that makes sense....
Thanks, @QuLogic. I don't assume you've had any insights into what's going on?
Based on https://github.com/actions/virtual-environments/issues/2187 I assume it will be at earliest next year for GHA support for a big-endian system. Shall we try to temporarily re-enable another platform like CircleCI?
See #869 for an attempt to use a qemu docker image.
Unfortunately these tests _passed_ in https://github.com/zarr-developers/zarr-python/runs/4214212844?check_suite_focus=true :/
Things are green again here. FWIW I'm also missing the need to support 0-dimensions, but I assume it helps with numpy compatibility. https://github.com/zarr-developers/zarr-python/commit/445893ce53bcd519360686d5bf7f186518b14391 might be an option to deal with...
@hayesgb : do you mind adding a test that makes use of `self.store.fs`?
And further cc @d-v-b
Thanks, @alanhdu. ~Do you have any ideas for a test that would trigger the race condition so we can keep the code coverage up?~ (Missed your comment) To get code...