Martin Yeo

Results 244 comments of Martin Yeo

This has been worked on, but should remain open until #6014 can be implemented.

After #6122 is complete: we should investigate how the new 'correct' subsetting of meshes affects this issue. I have added this to the task-list in #6120.

FYI I checked the imagetest locally and the failure is not concerning - some text has moved horizontally but only slightly. Note I'm not currently intending to fully address the...

Regarding the warning in the docs build: ``` pickling environment... WARNING: cannot cache unpickable configuration value: 'sphinx_gallery_conf' (because it contains a function, class, or module object) ``` This will be...

[sphinx-gallery 0.16](https://github.com/sphinx-gallery/sphinx-gallery/releases/tag/v0.16.0) was released yesterday. Still waiting for action to get it onto conda-forge ([sphinx-gallery-feedstock](https://github.com/conda-forge/sphinx-gallery-feedstock)).

# Update ## Sphinx #5953 demonstrates an effective fix for the Sphinx problem. ## Image hash The imagehash failure is much worse unfortunately. The test result has indeed changed, but...

>Is it not more likely that the local results on which idiff works are different from the ones in the CI ? No, I can replicate the test result locally....

> > Is it not more likely that the local results on which idiff works are different from the ones in the CI ? > > No, I can replicate...

# Update The graphical error is nothing to do with `BytesIO` - it is a symptom of us saving a figure multiple times during graphics tests, the first save experiencing...

>Do we still want to do this? Intuitively, it would undo some of the import speed gains from #4174. It seems unlikely that this desire is limited to `Cube`. We've...