Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inconsistency in calculating degree and weighted degree #1593

Closed
kgreenfield opened this issue Oct 12, 2016 · 1 comment
Closed

inconsistency in calculating degree and weighted degree #1593

kgreenfield opened this issue Oct 12, 2016 · 1 comment

Comments

@kgreenfield
Copy link

The degree calculation counts loops twice when determining the degree of a node, but the weighted degree calculation only counts loops once. The first option is the preferred behavior.

@mbastian mbastian added this to the 0.9.2 milestone Oct 23, 2016
@mbastian mbastian self-assigned this Oct 23, 2016
mbastian added a commit that referenced this issue Oct 23, 2016
@mbastian
Copy link
Member

Good catch, thanks for reporting.

eduramiba added a commit that referenced this issue Oct 24, 2016
Based on commit 99ed41c

HITS centrality #1290
Adapt crash reporter to send data to a new service #1530
NPE with trying to filter by partition with a null value #1563
Partition count filter does not work #1501
Partition filter doesn't work with edges #1564
GraphML export: Gephi doesn't generate the id attribute on edges #1585
GML import: '.0' always added to numeric ids #1588
Cannot rank according to attribute data #1392
Node size options not available if node colour set to partition mode #1459
Columns aren't properly sorted in appearance #1604
Inconsistency in calculating degree and weighted degree #1593
Incorrect average degree for directed graphs #1455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants