Oisin-M

Results 9 comments of Oisin-M

I had a look at this too and from the look of things to join you have to send a post request with a payload `data: {op: "joinRoom", roomCode: "eywb"}`...

Tests are failing because zarr version 3 requires Python version 3.11 onward

@sandorkertesz synced with develop now. Just to flag - zarr 3 needs python >= 3.11 - I added zarr to the `pip install .[all]` install, so it will complain about...

Hi @sandorkertesz, thanks for taking a look. I have now made zarr optional and also made the zarr test automatically skip if it can't find the zarr package, so tests...

Hi @sandorkertesz, this was to leave room for having a reader based on the zarr API directly

Hi @sandorkertesz, I'd be happy to move towards that as long as we return objects with the same methods for both readers

Thanks for the clarification @sandorkertesz. I am happy to close this issue and the associated PR then. However, since I guess earthkit-climate is one of the verified packages even if...

We now have earthkit-workflows also and users with any earthkit version installed will not be able to simply `pip install earthkit-workflows` due to this importing mechanism. Could we at least...

@EduardAkhmetshin, thanks for looking into this! I think however that the root cause is actually here: https://github.com/dask/dask/blob/1a306ba94611dbb4b619c5ab5562177fb0e3d84d/dask/array/core.py#L479-L486 and not in the empty initialisation of `vals` (see #12090)