Results 506 comments of Tom White

> [@tomwhite](https://github.com/tomwhite) IIUC, `cubed` doesn't depend on rechunker, right? It's vendored [here](https://github.com/cubed-dev/cubed/tree/410a815d62d0ae691141c346d4a3ee259a0bfd7a/cubed/vendor/rechunker)? That's right. Cubed also only needs the rechunker algorithm.

This is happening because Lithops is not exiting properly - see https://github.com/cubed-dev/cubed/pull/635. I've excluded the Windows from the Lithops tests in #640 so this doesn't cause failures, but I'll leave...

Thanks @lucascolley - I hadn't seen that discussion.

I'd like to write a CI workflow to run this but I'm not sure if it's possible to run a local endpoint without having to register it. (We could do...

The tests now run, but are failing for the same reason as #1248 - so that will need further investigation.

I did have a look at using JAX's lower-level [fori_loop](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#fori-loop), but I couldn't see how it could loop over array dimensions (or if that is even possible). Also, the approach...

> I did have a look at using JAX's lower-level [fori_loop](https://jax.readthedocs.io/en/latest/notebooks/Common_Gotchas_in_JAX.html#fori-loop), but I couldn't see how it could loop over array dimensions (or if that is even possible). I managed...

This is what it might look like: https://github.com/cubed-dev/cubed/commit/77d3d344543bdc768b34b3ea08f5fdae198edb23