You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the __array_function__ API and other functions (and not my ill-conceived PR that added ramba to xarray for direct support) , I was able to run the above example. Originally, there were a couple parts of the NumPy API that ramba didn't previously support and I added those. The most difficult of those was 0d arrays. Those are working at least well enough now for the above example so now like I said in the meeting, I'd like even more complicated examples to explore.
I would like to see Ramba distributed arrays (https://github.com/Python-for-HPC/ramba) supported in xarray as an alternative to Dask arrays.
The text was updated successfully, but these errors were encountered: