Describe the bug
When using network_p2p() to create a network plot and setting different values for the weight parameter, eg 'StrongTieScore' and 'DiverseTieScore', the plots produced are exactly the same. When using different community detection algorithms I expect different graphs to be produced has different weights should be used
To Reproduce
Steps to reproduce the behavior:
create a plot using network_p2p() and set weight = 'StrongTieScore' and 'DiverseTieScore' with display = 'leiden
Expected behavior
different plots should be produced with different clusters
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
When using network_p2p() to create a network plot and setting different values for the weight parameter, eg 'StrongTieScore' and 'DiverseTieScore', the plots produced are exactly the same. When using different community detection algorithms I expect different graphs to be produced has different weights should be used
To Reproduce
Steps to reproduce the behavior:
create a plot using network_p2p() and set weight = 'StrongTieScore' and 'DiverseTieScore' with display = 'leiden
Expected behavior
different plots should be produced with different clusters
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.