Deepak Cherian

Results 1084 comments of Deepak Cherian

> Is there a reason why the minimum versions are not in the additional requirements in setup.cfg? See #5578

Hmm.... are they being compressed and do some files contain more NaN cells so they compress better?

Basically I want the following to raise an error because I've picked the wrong variable with dimension `x1` instead of dimension `x` by mistake ``` python xr.DataArray([1], dims="x") / xr.DataArray([1],...

#3925 would fix this for 1D non-dim coords. We should update the docs (ping @TomNicholas)

xoak should work here: https://xoak.readthedocs.io/en/latest/ Here's an example with ocean model output: https://pop-tools.readthedocs.io/en/latest/examples/xoak-example.html . If you can wait a while, this will all work better once #5692 is merged.

:+1: put it on the meeting agenda for today

in theory, yes! Perhaps @benbovy can provide some guidance on what needs to happen next.

:+1: We should do something similar with all the decoding stuff in `open_dataset` and `open_mfdataset` (I think there's an issue for this).

There's also a decorator by @hmaarrfk [here](https://github.com/hmaarrfk/wabisabi/blob/master/wabisabi/kwonly_change.py?rgh-link-date=2022-04-19T12%3A46%3A54Z#L24). Discussed in this comment: https://github.com/dask/dask/issues/8934#issuecomment-1102601889