Tom White
Tom White
The error message indicates that the recalibration tables have different dimensions, but unfortunately it doesn't say which table it was. Looking at the source for `RecalibrationTables` it looks like it's...
Hi @vladidobro - thanks for opening this issue - interesting idea! > I have been thinking about the option to port my zarr+dask-array+xarray+dask-kubernetes workloads to cubed+ray, and currently I feel...
Thanks for the details on the workloads you are running. Since you are using Xarray they should be easy to try on Cubed (see https://cubed-dev.github.io/cubed/examples/xarray.html). You could start by running...
@vladidobro #801 should allow you to use a Ray store directly.
I'm not sure what happened to that data. The file is 15MB so we should be able to put it on the website.
Great idea! (BTW I've just enabled [Discussions](https://github.com/cubed-dev/cubed/discussions) in this repo for ideas like this - although maybe this one is fine as an issue.)
Looks like the build is failing on Python 3.12 due to https://github.com/pyranges/sorted_nearest/issues/10 from pyranges. Not sure why vcztools CI is working on Python 3.12 though.
> https://lucascolley.github.io/talks/pydata-paris-25-array-api/#/6/1 is probably the most comprehensive list we have atm. Thanks for that @lucascolley. https://github.com/mdhaber/marray is missing from that list. It's one of the implementations that isn't so well...