Changes between Initial Version and Version 1 of Ticket #27865, comment 13
- Timestamp:
- Jun 6, 2019, 10:58:19 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27865, comment 13
initial v1 18 18 https://github.com/matplotlib/matplotlib/issues/10307 19 19 20 Actually, this doctest was borrowed from the previous method `GraphicsArray._latex_()`, since now the method `_latex_()` is defined at the level of the base class `MultiGraphics`. Its failure had not revealed previously by the macOS patchbots because the doctest was marked with `# not tested`. When I transferred the method `_latex_()` from `GraphicsArray` to `MultiGraphics`, I suppressed the marker `# not tested` because the doctest passed on my computer and I though there was then no reason for such a marker.20 Actually, this doctest was borrowed from the previous method `GraphicsArray._latex_()`, since now the method `_latex_()` is defined at the level of the base class `MultiGraphics`. Its failure had not been revealed previously by the macOS patchbots because the doctest was marked with `# not tested`. When I transferred the method `_latex_()` from `GraphicsArray` to `MultiGraphics`, I suppressed the marker `# not tested` because the doctest passed on my computer and I though there was then no reason for such a marker. 21 21 22 22 I have restored the `# not tested` marker in the above commit, along with a comment about the Matplotlib issue on macOS.