David--Cléris Timothée

Results 26 comments of David--Cléris Timothée

Ok small update I've checked that the issue still occur with ``` ucx-1.15.0.tar.gz + openmpi-4.1.6.tar.gz ucx-1.16.0.tar.gz + openmpi-4.1.6.tar.gz ucx-1.17.0.tar.gz + openmpi-4.1.6.tar.gz ```

After investigations my issue was lead to the discovery of issues related to IPC handling (detailed in #12849), although I don't know if this issue is due to the same...

I did a very similar fix, I don't know how many people do it but I think that if we want to fix the issue at the source we can...

Also we could add an option in the animation configuration either by supplying a new config entry ``` "matplotlib_animations": (True, "mp4"), "matplotlib_animations_scaled": False, ``` or by adding a suffix to...

Sure i could do a PR, from what i saw i should not require a lot of lines to accomplish that. Would something like ```py sphinx_gallery_conf = { "matplotlib_animations_options": {"set_figsize_from_dpi":...

yup probably the cleanest both from a PR and usage point of view