Altay Sansal
Altay Sansal
@dcherian here you go. I am calling Xarray without Flox "Vanilla Xarray," FYI. Conclusions: 1. The casting issue I've seen above is reproduced on Xarray + Flox + Dask (chunked)...
> Thanks @tasansal this is very valuable! > > Would you mind writing up your post as a test and sending in a PR? It'd be nice to give you...
From https://github.com/xarray-contrib/flox/pull/131#issuecomment-1210870752 > Conclusions: > > 1. The casting issue I've seen above is reproduced on Xarray + Flox + Dask (chunked) combination (STEP 7). All others look fine; the...
@dcherian, thanks for the awesome fixes! Sorry just catching up; I will test it and let you know if anything acts up in a few days. Will this be in...
We are having similar issues in our ETL pipeline. Here is a traceback. It is hard to reproduce because it happens at a different time every run. `dask = 2022.9.2`...
We noticed it here https://github.com/TGSAI/mdio-python/issues/63 Reported by @ErlandHaa He did some digging into where it could be coming from. See that issue.
Should we close this then, or leave it to be tested when `adlfs` fix is released? @zarrdevelopers
Thanks @da-wad, in the meantime, I will compile from the source then. Any known issues there I should watch for?
We are having the same issue with the Python (3.10) debugger. The `cwd` key is not respected.
> @thom Thank you, this partial workaround is still possible with > > ```python > from IPython.core.display import HTML > HTML(".jp-OutputArea-prompt:empty {padding: 0; border: 0;}") > ``` > > However,...