Justus Magin

Results 532 comments of Justus Magin

revisiting this, I believe this is fine, though this does fail if for example `data` is backed by a `cupy` array. I couldn't get that to work even with `main`...

well, feel free to improve/modify as you see fit!

the failing doctests CI will be fixed by #9177 (no idea about `mypy`). So if the implementation of the decoder fix is fine, this should finally be ready for merging.

the mypy environment uses the standard environment, which means that unpinning here surfaces the issues in that CI as well. Merging sounds good to me (I just didn't want to...

as mentioned in #9164, we can't do that. Instead, I believe we should try to figure out where the error is coming from. This warning: ```pytb /home/anurag/Code/GSoC/xarray/xarray/backends/plugins.py:80: RuntimeWarning: Engine 'cfgrib'...

okay, then try `git fetch --tags` followed by `git tag`

I suspect your default fetch repository is `origin`, your fork, which doesn't have the tags. If you do `git fetch --tags upstream`, you should get all the tags. I'm going...

I like the idea of putting the total memory size (data + coordinates + indexes(?)) into the top-level angle brackets, as well as adding size information to the subsections. I'm...

Let me get back to you after checking with @shoyer, but for now my work-around is manual: I'm explicitly stripping the length from `

most of these are failing on `main`, as well. So not on you, and I'll try to get `main` back to a working state as soon as possible.