Altay Sansal
Altay Sansal
Added a synthetic test case for various configurations in xarray-contrib/flox#131
made a pr #1124 @joshmoore
@joshmoore I have a question regarding this. So when we consolidate metadata with `/` dimension separator, it ends up writing the metadata file as `zmetadata` instead of `.zmetadata`; and the...
This seems to also solve and close: #543 and #545 Also, potentially may be used as a common indexer for Array._chunk_getitem(s). Thoughts?
@joshmoore That is pretty much all of it in pieces. I already implemented it in my dev environment and seems to work as expected. Everything is `zarr` so `dask` is...
@joshmoore, do we need more input from others or should I go ahead and start?
We also saw this issue because we had our internal "metadata" group. Currently, we limited the upper bound for the zarr dependency to
Thanks for the super quick fix!!! I will try this and get back to you, need to read the developer docs first for using this branch.
@dcherian It seems to be working fine, except I would expect A == B below. Output dtype mutates, and values don't match ground truth. I think its still running mean...
> Thanks for all your suggestions. > > Now tests are failing only for engine="flox" and input dtype=float64. > > ``` > ===================================== short test summary info ===================================== > FAILED...