René's URL Explorer Experiment


Title: Degree Centrality Calculation Differs From Networkx · Issue #96 · python-graphblas/graphblas-algorithms · GitHub

Open Graph Title: Degree Centrality Calculation Differs From Networkx · Issue #96 · python-graphblas/graphblas-algorithms

X Title: Degree Centrality Calculation Differs From Networkx · Issue #96 · python-graphblas/graphblas-algorithms

Description: A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind gent has described where he believes the issue may ...

Open Graph Description: A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind gent has de...

X Description: A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind...

Opengraph URL: https://github.com/python-graphblas/graphblas-algorithms/issues/96

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Degree Centrality Calculation Differs From Networkx","articleBody":"A few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind gent has described where he believes the issue may be and I'm unable to verify if they're on the right track.\r\n\r\n\r\nOriginal post: https://stackoverflow.com/questions/78383991/why-does-graphblas-return-different-results-as-networkx/78402677#78402677\r\n\r\n```python\r\nimport networkx as nx\r\nimport graphblas_algorithms as ga\r\n\r\nG = nx.DiGraph([(0, 1), (0, 2), (0, 3), (1, 2), (1, 3)])\r\nnx.in_degree_centrality(G)\r\n{0: 0.0, 1: 0.3333333333333333, 2: 0.6666666666666666, 3: 0.6666666666666666}\r\n\r\nGG = ga.Graph.from_networkx(G)\r\nga.in_degree_centrality(GG)\r\n0   1     2 3\r\n1.0 0.666667 \r\n```","author":{"url":"https://github.com/davidsilveiro","@type":"Person","name":"davidsilveiro"},"datePublished":"2024-04-30T21:02:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/96/graphblas-algorithms/issues/96"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:dbe43ad4-c676-1d39-5ff6-52c4a7ebcacd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9DAE:12A110:A40249:DC1EF5:698E40E5
html-safe-nonce90834cedf18d50a5b862da91c96afbd8ea9f3a44d70abffe983da45d6371e6c2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5REFFOjEyQTExMDpBNDAyNDk6REMxRUY1OjY5OEU0MEU1IiwidmlzaXRvcl9pZCI6IjgyOTIxNDQ5NzMzMzMwMjA5MDEiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacc82501affb1a798c0c49bbc8f5850016d68fbb77563e4cad6a2e84fb4be0695a
hovercard-subject-tagissue:2272445140
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/python-graphblas/graphblas-algorithms/96/issue_layout
twitter:imagehttps://opengraph.githubassets.com/9d0d1da66f934fecbbcdf128ddf0e374031ad739d6dbae5cc2dc2501535959d5/python-graphblas/graphblas-algorithms/issues/96
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/9d0d1da66f934fecbbcdf128ddf0e374031ad739d6dbae5cc2dc2501535959d5/python-graphblas/graphblas-algorithms/issues/96
og:image:altA few days ago a user posted an issue describing calculation's from NetworkX not matching against Graphblas's implementation on SO. Thought i'd pass on the details along as another kind gent has de...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedavidsilveiro
hostnamegithub.com
expected-hostnamegithub.com
Nonea5632af64f7fed7bff1d6a428d1aca1b94fa7a48f760de2d39d9b1effdbf0082
turbo-cache-controlno-preview
go-importgithub.com/python-graphblas/graphblas-algorithms git https://github.com/python-graphblas/graphblas-algorithms.git
octolytics-dimension-user_id103965858
octolytics-dimension-user_loginpython-graphblas
octolytics-dimension-repository_id476154113
octolytics-dimension-repository_nwopython-graphblas/graphblas-algorithms
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id476154113
octolytics-dimension-repository_network_root_nwopython-graphblas/graphblas-algorithms
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
releaseaa1fa9100f85cd8b602c63c7e337f9151e70024f
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues/96#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-graphblas%2Fgraphblas-algorithms%2Fissues%2F96
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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/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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython-graphblas%2Fgraphblas-algorithms%2Fissues%2F96
Sign up https://patch-diff.githubusercontent.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=python-graphblas%2Fgraphblas-algorithms
Reloadhttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues/96
Reloadhttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues/96
Reloadhttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues/96
python-graphblas https://patch-diff.githubusercontent.com/python-graphblas
graphblas-algorithmshttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-graphblas%2Fgraphblas-algorithms
Fork 6 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-graphblas%2Fgraphblas-algorithms
Star 93 https://patch-diff.githubusercontent.com/login?return_to=%2Fpython-graphblas%2Fgraphblas-algorithms
Code https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms
Issues 13 https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues
Pull requests 7 https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/pulls
Discussions https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/discussions
Actions https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/actions
Projects 0 https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/projects
Wiki https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/wiki
Security 0 https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/security
Insights https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/pulse
Code https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms
Issues https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues
Pull requests https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/pulls
Discussions https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/discussions
Actions https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/actions
Projects https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/projects
Wiki https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/wiki
Security https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/security
Insights https://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-graphblas/graphblas-algorithms/issues/96
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/python-graphblas/graphblas-algorithms/issues/96
Degree Centrality Calculation Differs From Networkxhttps://patch-diff.githubusercontent.com/python-graphblas/graphblas-algorithms/issues/96#top
https://github.com/davidsilveiro
https://github.com/davidsilveiro
davidsilveirohttps://github.com/davidsilveiro
on Apr 30, 2024https://github.com/python-graphblas/graphblas-algorithms/issues/96#issue-2272445140
https://stackoverflow.com/questions/78383991/why-does-graphblas-return-different-results-as-networkx/78402677#78402677https://stackoverflow.com/questions/78383991/why-does-graphblas-return-different-results-as-networkx/78402677#78402677
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.