Open charlie-becker opened 4 days ago
HMm.. that's bizarre. can you tell me versions for flox and dask please?
Sure:
flox 0.9.15
dask 2024.11.2
xarray 2024.10.0
Man I had it working last night on the full reduction with those versions :/
Would the chunking scheme cause a problem here? I wasn't using the same county grid (as I don't have access to the path listed in the demo), so I had to construct a different version which resulted in a different auto-chunking scheme.
Can you make a minimal example?
I'm attempting to run a similar example shown in the xarray flox demo.
Everything appears to compute lazily, but fails when I try to pull the entire array down. Certain subsets can be pulled down, but over certain chunks, it seems to fail.