Tom White
Tom White
> For context - i am using `cubed` to run data conversion from grib to zarr files on Databricks. Hoping to seamlessly switch the executor from local executor to Spark...
#566 is related - we actually do try to coerce all args to Cubed arrays, but `_lazily_encode_cf_datetime` tries to pass a dtype object, which is not coerced to an array,...
I'm not sure what's going on here, so if you have more of a reproducer that would be very helpful @norlandrhagen! #680 is possibly related.
Thanks for the PR @lgray - a few comments below. > Specifically that our graphs can get very large and a compiled taskgraph api may be something we desire Cubed...
> OK - I'll move everything to hatchling in the meantime. Do you have any opinion on `src/` vs the package in the root of the repository? I don't have...
I just enabled the CI - many are passing! But looks like [.coveragerc](https://github.com/cubed-dev/cubed/blob/main/.coveragerc) is not being picked up?
Thanks. Don't worry about array API, lithops and Zarr v2 - they are known failures on CI at least (#752, #753).
No problem @lgray! Moving the `src` dir may require a bit of coordination with other PRs so let me know when you're ready. I've also been fixing some of the...
cf https://github.com/zarr-developers/zarr-python/issues/3470
> Edit: Adding `from_array_kwargs={"spec": spec} ` seemed to fix it! Glad you got it fixed @norlandrhagen! This has come up before (https://github.com/cubed-dev/cubed/issues/539#issuecomment-2270208349), but it is still a problem. > The...