mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
no weights
This commit is contained in:
parent
746f4ccb56
commit
903d318a8a
1 changed files with 2 additions and 2 deletions
|
@ -350,8 +350,8 @@ def call_map():
|
||||||
ranked = nx.pagerank(
|
ranked = nx.pagerank(
|
||||||
G,
|
G,
|
||||||
weight="weight",
|
weight="weight",
|
||||||
personalization=personalization,
|
# personalization=personalization,
|
||||||
dangling=personalization,
|
# dangling=personalization,
|
||||||
)
|
)
|
||||||
|
|
||||||
top_rank = sorted([(rank, node) for (node, rank) in ranked.items()], reverse=True)
|
top_rank = sorted([(rank, node) for (node, rank) in ranked.items()], reverse=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue