René's URL Explorer Experiment


Title: 3.2.0: error while generating doc gallery: `ValueError: operands could not be broadcast together with shapes (370,370) (100,100)` · Issue #16707 · matplotlib/matplotlib · GitHub

Open Graph Title: 3.2.0: error while generating doc gallery: `ValueError: operands could not be broadcast together with shapes (370,370) (100,100)` · Issue #16707 · matplotlib/matplotlib

X Title: 3.2.0: error while generating doc gallery: `ValueError: operands could not be broadcast together with shapes (370,370) (100,100)` · Issue #16707 · matplotlib/matplotlib

Description: Hello, while preparing 3.2.0 for Debian, the documentation gallery build process failed with: ... generating gallery for gallery/images_contours_and_fields... [ 38%] image_demo.py generating gallery for gallery/images_contours_and_fields...

Open Graph Description: Hello, while preparing 3.2.0 for Debian, the documentation gallery build process failed with: ... generating gallery for gallery/images_contours_and_fields... [ 38%] image_demo.py generating galler...

X Description: Hello, while preparing 3.2.0 for Debian, the documentation gallery build process failed with: ... generating gallery for gallery/images_contours_and_fields... [ 38%] image_demo.py generating galler...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/16707

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"3.2.0: error while generating doc gallery: `ValueError: operands could not be broadcast together with shapes (370,370) (100,100)`","articleBody":"Hello,\r\nwhile preparing 3.2.0 for Debian, the documentation gallery build process failed with:\r\n\r\n```\r\n...\r\ngenerating gallery for gallery/images_contours_and_fields... [ 38%] image_demo.py\r\ngenerating gallery for gallery/images_contours_and_fields... [ 40%] image_masked.py\r\ngenerating gallery for gallery/images_contours_and_fields... [ 42%] image_nonuniform.py\r\ngenerating gallery for gallery/images_contours_and_fields... [ 45%] image_transparency_blend.py\r\n\r\nException occurred:\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 530, in _make_image\r\n    np.asarray(alpha_channel, np.float32) * out_alpha * alpha,\r\nValueError: operands could not be broadcast together with shapes (370,370) (100,100)\r\nThe full traceback has been saved in /tmp/sphinx-err-glmke_9_.log, if you want to report the issue to the developers.\r\nPlease also report this if it was a user error, so that a better error message can be provided next time.\r\nA bug report can be filed in the tracker at \u003chttps://github.com/sphinx-doc/sphinx/issues\u003e. Thanks!\r\n```\r\n\r\nthe content of `/tmp/sphinx-err-glmke_9_.log` is:\r\n\r\n```\r\n# Sphinx version: 1.8.5\r\n# Python version: 3.8.2 (CPython)\r\n# Docutils version: 0.16 release\r\n# Jinja2 version: 2.10.1\r\n# Last messages:\r\n\r\n# Loaded extensions:\r\nTraceback (most recent call last):\r\n  File \"/usr/lib/python3/dist-packages/sphinx/cmd/build.py\", line 300, in build_main\r\n    app = Sphinx(args.sourcedir, args.confdir, args.outputdir,\r\n  File \"/usr/lib/python3/dist-packages/sphinx/application.py\", line 263, in __init__\r\n    self._init_builder()\r\n  File \"/usr/lib/python3/dist-packages/sphinx/application.py\", line 325, in _init_builder\r\n    self.emit('builder-inited')\r\n  File \"/usr/lib/python3/dist-packages/sphinx/application.py\", line 510, in emit\r\n    return self.events.emit(event, self, *args)\r\n  File \"/usr/lib/python3/dist-packages/sphinx/events.py\", line 80, in emit\r\n    results.append(callback(*args))\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_gallery.py\", line 283, in generate_gallery_rst\r\n    generate_dir_rst(src_dir, target_dir, gallery_conf,\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_rst.py\", line 327, in generate_dir_rst\r\n    intro, cost = generate_file_rst(\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_rst.py\", line 740, in generate_file_rst\r\n    output_blocks, time_elapsed = execute_script(script_blocks,\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_rst.py\", line 659, in execute_script\r\n    output_blocks = [execute_code_block(compiler, block,\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_rst.py\", line 659, in \u003clistcomp\u003e\r\n    output_blocks = [execute_code_block(compiler, block,\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/gen_rst.py\", line 565, in execute_code_block\r\n    images_rst = save_figures(block, script_vars, gallery_conf)\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/scrapers.py\", line 236, in save_figures\r\n    rst = scraper(block, block_vars, gallery_conf)\r\n  File \"/usr/lib/python3/dist-packages/sphinx_gallery/scrapers.py\", line 99, in matplotlib_scraper\r\n    fig.savefig(image_path, **these_kwargs)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/figure.py\", line 2180, in savefig\r\n    self.canvas.print_figure(fname, **kwargs)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/backend_bases.py\", line 2082, in print_figure\r\n    result = print_method(\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/backends/backend_agg.py\", line 527, in print_png\r\n    FigureCanvasAgg.draw(self)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/backends/backend_agg.py\", line 388, in draw\r\n    self.figure.draw(self.renderer)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/artist.py\", line 38, in draw_wrapper\r\n    return draw(artist, renderer, *args, **kwargs)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/figure.py\", line 1708, in draw\r\n    mimage._draw_list_compositing_images(\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 135, in _draw_list_compositing_images\r\n    a.draw(renderer)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/artist.py\", line 38, in draw_wrapper\r\n    return draw(artist, renderer, *args, **kwargs)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/axes/_base.py\", line 2647, in draw\r\n    mimage._draw_list_compositing_images(renderer, self, artists)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 135, in _draw_list_compositing_images\r\n    a.draw(renderer)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/artist.py\", line 38, in draw_wrapper\r\n    return draw(artist, renderer, *args, **kwargs)\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 618, in draw\r\n    im, l, b, trans = self.make_image(\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 879, in make_image\r\n    return self._make_image(\r\n  File \"/usr/lib/python3/dist-packages/matplotlib/image.py\", line 530, in _make_image\r\n    np.asarray(alpha_channel, np.float32) * out_alpha * alpha,\r\nValueError: operands could not be broadcast together with shapes (370,370) (100,100) \r\n```\r\n\r\nSome noteworthy deps are:\r\n\r\n* numpy 1.17.4\r\n* sphinx 1.8.5\r\n* sphinx-gallery: 0.5.0\r\n* python 3.8.2","author":{"url":"https://github.com/sandrotosi","@type":"Person","name":"sandrotosi"},"datePublished":"2020-03-07T19:53:08.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":4},"url":"https://github.com/16707/matplotlib/issues/16707"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:44fb2209-93d1-6132-6c87-bc2c96260e6c
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idAB56:37AB26:287CD9F:36D63B2:6A544006
html-safe-noncef68689adab9a7e9c8f36add4f83c13009d70b6a3f8b7283179086e754a927a72
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQjU2OjM3QUIyNjoyODdDRDlGOjM2RDYzQjI6NkE1NDQwMDYiLCJ2aXNpdG9yX2lkIjoiNTAwNDMwNTIyODU5OTkzNDk4MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac481dfde5591888fe71554ce967aa11bba9ab545aa59fe10e979d532b9fc75605
hovercard-subject-tagissue:577391458
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/16707/issue_layout
twitter:imagehttps://opengraph.githubassets.com/8191ec04bb7e86d03be84d55884450d7e95b905ae2a83c9567f300022139b78e/matplotlib/matplotlib/issues/16707
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/8191ec04bb7e86d03be84d55884450d7e95b905ae2a83c9567f300022139b78e/matplotlib/matplotlib/issues/16707
og:image:altHello, while preparing 3.2.0 for Debian, the documentation gallery build process failed with: ... generating gallery for gallery/images_contours_and_fields... [ 38%] image_demo.py generating galler...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesandrotosi
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/16707#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F16707
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F16707
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/16707
Reloadhttps://github.com/matplotlib/matplotlib/issues/16707
Reloadhttps://github.com/matplotlib/matplotlib/issues/16707
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16707
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/16707
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 408 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
3.2.0: error while generating doc gallery: ValueError: operands could not be broadcast together with shapes (370,370) (100,100)https://github.com/matplotlib/matplotlib/issues/16707#top
https://github.com/QuLogic
https://github.com/sandrotosi
sandrotosihttps://github.com/sandrotosi
on Mar 7, 2020https://github.com/matplotlib/matplotlib/issues/16707#issue-577391458
QuLogichttps://github.com/QuLogic
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.