Skip to content

LFM fix, sbm_dl/sbm_dl_nested fix#252

Merged
GiulioRossetti merged 7 commits intoGiulioRossetti:masterfrom
Agade09:LFM_fix
Sep 30, 2025
Merged

LFM fix, sbm_dl/sbm_dl_nested fix#252
GiulioRossetti merged 7 commits intoGiulioRossetti:masterfrom
Agade09:LFM_fix

Conversation

@Agade09
Copy link
Copy Markdown
Contributor

@Agade09 Agade09 commented Jul 26, 2025

Fixed a typo in the documentation of sbm_dl_nested where the code example was calling sbm_dl instead of sbm_dl_nested.

Fixed a utility function called by sbm_dl and sbm_dl_nested which would treat np_int64 as a list because the if statement was checking for np.int32 instead of np.integer.

The LFM implementation could get stuck discovering the same communities in a loop. A fix is implemented by using a set and preventing such cycles. My understanding is this issue was present in the unweighted code but more likely to happen now that the weighted version was implemented in this commit.

Give a meaning to level==-1 for girvan-newman. With level==-1, the communities with the highest modularity will be returned. My understanding is that this is the standard way of using girvan-newman. We could even make level==-1 the default value for this parameter.

Fixed a serious typo in LPAM implementation causing crash if distance=='cm'. Also fixed typo causing seed parameter to be ignored.

Agade09 added 3 commits July 24, 2025 13:18
…his was less likely to happen in the unweighted form, but after the weighted LFM implementation this issue was observed and fixed.
@GiulioRossetti GiulioRossetti self-assigned this Jul 26, 2025
@GiulioRossetti GiulioRossetti merged commit 3669f0b into GiulioRossetti:master Sep 30, 2025
3 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