mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
cleanup
This commit is contained in:
parent
fb76895eb1
commit
6345cd3734
3 changed files with 4 additions and 4 deletions
|
@ -76,8 +76,6 @@ class RepoMap:
|
|||
if not chat_files and self.max_context_window and target > 0:
|
||||
max_map_tokens = target
|
||||
|
||||
dump(max_map_tokens)
|
||||
|
||||
try:
|
||||
files_listing = self.get_ranked_tags_map(
|
||||
chat_files, other_files, max_map_tokens, mentioned_fnames, mentioned_idents
|
||||
|
@ -243,7 +241,7 @@ class RepoMap:
|
|||
# https://networkx.org/documentation/stable/_modules/networkx/algorithms/link_analysis/pagerank_alg.html#pagerank
|
||||
personalize = 10 / len(fnames)
|
||||
|
||||
if self.cache_missing or True:
|
||||
if self.cache_missing:
|
||||
fnames = tqdm(fnames)
|
||||
self.cache_missing = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue