Justus Magin

Results 532 comments of Justus Magin

we might have to turn off `E721`, or sprinkle `noqa: E721` comments around. The issue here is that we're comparing dtypes with types like `str` using `==` / `!=`. Though...

just to throw out more ideas: `open_groups` or `open_group_dict` could also work as names, and wouldn't be as long as `open_as_dict_of_datasets`.

no progress (but it looks like you figured that out already). Mostly because I personally have no need for contexts, but in general someone just needs to figure out what...

> we should implement a small tool, workaround to get notifications to maintainers I'm maintaining a github action that sort of does this: https://github.com/xarray-contrib/issue-from-pytest-log My experience with it so far...

just to mention, linking view states is much better using `ipywidgets.jslink` (if that's the only thing we do), because that doesn't need to roundtrip to and from the kernel and...

I'm not entirely sure, but since `forecast_initial_time` and `utc_date` have chunksizes that are bigger than their shape I think this is a duplicate of #803 (`forecast_initial_time` is a dimension coordinate,...

From what I remember, it's the most recent one: 3.1.3

see also https://github.com/pydata/xarray/issues/7495#issuecomment-1852184846

I personally don't even use `open_zarr`, so removing the only difference between the two sounds like a win to me. However, what I meant two years ago was that `open_zarr`...

> That's surprising, as that seems like an official extension for HDF5 files indeed, but netcdf is a subset of HDF5, so it is at least questionable whether netcdf backends...