Elliott Sales de Andrade

Results 342 comments of Elliott Sales de Andrade

See also https://github.com/digitalocean/do-agent/issues/266

A siimilar case is in `doc/api/figure_api.rst`, where the individual members were listed in `_as_gen`, but the subfigure change (https://github.com/matplotlib/matplotlib/commit/608a6e6c14a8135f82454959ad9f2e09b32156d4#diff-0b83637c05ce3106a94726a356f22c1cb198257c7e7bd5f66be70cd4a20ebe5b) moved them to `automodule`-only, and they are now documented in the...

Well, in this case, it's gone because it's in https://matplotlib.org/stable/api/_as_gen/matplotlib.artist.Artist.pick.html The method still exists as `Axes.pick`, but the location of where it's documented has moved.

I think @llimeht articulated it clearer than I could in https://github.com/pycountry/pycountry/issues/188#issuecomment-1869800053

Building against netcdf with the patch backported by @opoplawski, I now get a single failure: ``` _________________________ TestNCZarr.test_open_nczarr __________________________ [gw3] linux -- Python 3.11.1 /usr/bin/python3 zarr_obj = dimension_key = '_ARRAY_DIMENSIONS',...

I think this was fixed by https://github.com/Unidata/netcdf-c/issues/2573

A test like this is inherently unstable. Some people might have slower systems and some might have faster ones, but eventually _everyone_ will have a system too fast for this...

Hmm, I'm seeing: > Error: Codecov token not found. Please provide Codecov token with -t flag. > Warning: Codecov: Failed to properly create commit: The process '/Users/runner/work/_actions/codecov/codecov-action/v4.3.0/dist/codecov' failed with exit...

We'd probably want to do the same thing, and install a converter for SVG.

It is, AFAICT, only used for testing in that file.