Skip to content

Count well-connected nodes as coreness ≥ 3 - #96

Merged
ludvigla merged 1 commit into
mainfrom
cursor/coreness-well-connected-3plus-97c9
Aug 17, 2026
Merged

Count well-connected nodes as coreness ≥ 3#96
ludvigla merged 1 commit into
mainfrom
cursor/coreness-well-connected-3plus-97c9

Conversation

@ludvigla

Copy link
Copy Markdown
Contributor

Summary

  • Updates the well-connected nodes coreness QC metric to include nodes with coreness 3 or higher, removing the previous upper limit of 5.
  • Adjusts the related plot subtitle and key-metric description text to match.

Changes

  • get_coreness_data() in R/key_table.R: coreness %in% 3:5coreness >= 3
  • component_coreness() in R/components.R: subtitle/comment updated
  • Key metric definition text updated accordingly

Existing unit-test expectations should remain valid for the current fixtures (max coreness in test data is ≤ 4).

Open in Web Open in Cursor 

Remove the upper bound of 5 from the well-connected nodes
coreness QC metric so nodes with coreness 3 or higher are
included in the percentage.

Co-authored-by: ludvigla <ludvigla@users.noreply.github.com>
@ludvigla
ludvigla marked this pull request as ready for review August 17, 2026 07:24
@ludvigla
ludvigla merged commit 1997622 into main Aug 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants