Etienne Schalk

Results 33 comments of Etienne Schalk

> The other option would be to automatically create default dimension names like we do in the constructors Here are some examples: (1) A Zarr group with two 1-dimensional variables...

```python import xarray as xr import pandas as pd import numpy as np ``` ## Reproduce the bug Example taken from [DataArray.resample](https://docs.xarray.dev/en/stable/generated/xarray.DataArray.resample.html), adapted to name the dimension `valid_time` ```python xda...

Hello, Thanks for your answers! I made this Draft PR as a small example of migrating from black to ruff-format, to have some base material to talk about the parent...

> we just need to wait a bit more Yes indeed, if I understand well black has this concept of "Preview" style: https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html This is possible to test this "preview"...

So `ipython` is to `python` what an `idoctest` would be to `doctest`! I can see that something already exists: https://github.com/ipython/ipython/blob/main/IPython/testing/plugin/ipdoctest.py What I can see potentially annoying with IPython format is...

Yes, the preview flag brings too things: - The single line stubs - Javascript-style braces The preview flag cannot be reliable upon, so for now, the only option is to...

Hi @dcherian, Thanks for your answer! 1. OK, a code change should trigger a doc build because of the docstrings, but what about the opposite? Here is how I see...

@benbovy this seems like a colossal task indeed! This may be reasonably impossible actually. Even for small codebases, this can rapidly get out of hand to type a posteriori, and...

Hello, I have the "gut feeling" that calling a method related to persisting data inside of the function passed to `map_blocks` might lead to unexpected results. Is there a way...

Related issues: - #8583 - #7027 - #6952