Title: test_transparent_markers[pdf] is broken on v3.3.x Travis macOS · Issue #18551 · matplotlib/matplotlib · GitHub
Open Graph Title: test_transparent_markers[pdf] is broken on v3.3.x Travis macOS · Issue #18551 · matplotlib/matplotlib
X Title: test_transparent_markers[pdf] is broken on v3.3.x Travis macOS · Issue #18551 · matplotlib/matplotlib
Description: Bug report Bug summary Starting with #18545 and the subsequent merge, test_transparent_markers[pdf] has been failing on v3.3.x for Travis macOS. It does not appear to be failing on other systems or other branches. There were no other bui...
Open Graph Description: Bug report Bug summary Starting with #18545 and the subsequent merge, test_transparent_markers[pdf] has been failing on v3.3.x for Travis macOS. It does not appear to be failing on other systems or...
X Description: Bug report Bug summary Starting with #18545 and the subsequent merge, test_transparent_markers[pdf] has been failing on v3.3.x for Travis macOS. It does not appear to be failing on other systems or...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/18551
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"test_transparent_markers[pdf] is broken on v3.3.x Travis macOS","articleBody":"### Bug report\r\n\r\n**Bug summary**\r\n\r\nStarting with #18545 and the subsequent merge, `test_transparent_markers[pdf]` has been failing on v3.3.x for Travis macOS. It does not appear to be failing on other systems or other branches. There were no other builds on that branch for 5 days before that, so it may or may not be related to that PR specifically.\r\n\r\nI could not reproduce on the Mac Mini either, so I'm not sure how to fix it.\r\n\r\n**Actual outcome**\r\n\r\n```\r\n________________________ test_transparent_markers[pdf] _________________________\r\n[gw0] darwin -- Python 3.8.5 /usr/local/opt/python@3.8/bin/python3.8\r\nexpected = '/Users/travis/build/matplotlib/matplotlib/result_images/test_axes/transparent_markers-expected.pdf'\r\nactual = PosixPath('/Users/travis/build/matplotlib/matplotlib/result_images/test_axes/transparent_markers.pdf')\r\ntol = 0\r\n def _raise_on_image_difference(expected, actual, tol):\r\n __tracebackhide__ = True\r\n \r\n err = compare_images(expected, actual, tol, in_decorator=True)\r\n if err:\r\n for key in [\"actual\", \"expected\", \"diff\"]:\r\n err[key] = os.path.relpath(err[key])\r\n\u003e raise ImageComparisonFailure(\r\n ('images not close (RMS %(rms).3f):'\r\n '\\n\\t%(actual)s\\n\\t%(expected)s\\n\\t%(diff)s') % err)\r\nE matplotlib.testing.exceptions.ImageComparisonFailure: images not close (RMS 4.572):\r\nE \tresult_images/test_axes/transparent_markers_pdf.png\r\nE \tresult_images/test_axes/transparent_markers-expected_pdf.png\r\nE \tresult_images/test_axes/transparent_markers_pdf-failed-diff.png\r\nlib/matplotlib/testing/decorators.py:139: ImageComparisonFailure\r\n\r\n------------------------------ Captured log call -------------------------------\r\nDEBUG matplotlib.axes._base:_base.py:2613 title position was updated manually, not adjusting\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IHDR' 16 13\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'iCCP' 41 2354\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:351 iCCP profile name b'default_rgb.icc'\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:352 Compression method 0\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'pHYs' 2407 9\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'tEXt' 2428 31\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IDAT' 2471 8192\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IHDR' 16 13\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'iCCP' 41 2354\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:351 iCCP profile name b'default_rgb.icc'\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:352 Compression method 0\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'pHYs' 2407 9\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'tEXt' 2428 31\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IDAT' 2471 8192\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IHDR' 16 13\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'iCCP' 41 2354\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:351 iCCP profile name b'default_rgb.icc'\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:352 Compression method 0\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'pHYs' 2407 9\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'tEXt' 2428 31\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IDAT' 2471 8192\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IHDR' 16 13\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'iCCP' 41 2354\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:351 iCCP profile name b'default_rgb.icc'\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:352 Compression method 0\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'pHYs' 2407 9\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'tEXt' 2428 31\r\nDEBUG PIL.PngImagePlugin:PngImagePlugin.py:153 STREAM b'IDAT' 2471 8192\r\n```\r\n\r\n**Matplotlib version**\r\n * Operating system: macOS\r\n * Matplotlib version: v3.3.x\r\n * Matplotlib backend (`print(matplotlib.get_backend())`): macosx, I guess, though maybe Agg for the test\r\n * Python version: 3.8","author":{"url":"https://github.com/QuLogic","@type":"Person","name":"QuLogic"},"datePublished":"2020-09-23T21:20:49.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/18551/matplotlib/issues/18551"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:7263c7d9-1125-3ecc-b58f-6b1a4113aa43 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | E232:1BECEB:14B1DB7:1B68D66:6A53474D |
| html-safe-nonce | 5d7022c7b2178c9e24d85908f31d0a2db276ea94e01fefd58c2ec7e12d4adbef |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFMjMyOjFCRUNFQjoxNEIxREI3OjFCNjhENjY6NkE1MzQ3NEQiLCJ2aXNpdG9yX2lkIjoiODQ2MjM1NDcyNDg1NDkwODc0OSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | d553bb964a0453fc1a29b67ff60c5e0ab33bc8041d69c9184292a502e84e9807 |
| hovercard-subject-tag | issue:707687318 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/18551/issue_layout |
| twitter:image | https://opengraph.githubassets.com/23d8dc76dac225fbd8ee7cf0d9a89b0343f57e9ffc0b137a6d51987f3e15f6f7/matplotlib/matplotlib/issues/18551 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/23d8dc76dac225fbd8ee7cf0d9a89b0343f57e9ffc0b137a6d51987f3e15f6f7/matplotlib/matplotlib/issues/18551 |
| og:image:alt | Bug report Bug summary Starting with #18545 and the subsequent merge, test_transparent_markers[pdf] has been failing on v3.3.x for Travis macOS. It does not appear to be failing on other systems or... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | QuLogic |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width