mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
cleanup
This commit is contained in:
parent
c0375d3328
commit
40d702abd1
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ class RepoMap:
|
||||||
middle = (lower_bound + upper_bound) // 2
|
middle = (lower_bound + upper_bound) // 2
|
||||||
tree = to_tree(ranked_tags[:middle])
|
tree = to_tree(ranked_tags[:middle])
|
||||||
num_tokens = self.token_count(tree)
|
num_tokens = self.token_count(tree)
|
||||||
# dump(middle, num_tokens)
|
|
||||||
|
|
||||||
if num_tokens < self.max_map_tokens:
|
if num_tokens < self.max_map_tokens:
|
||||||
best_tree = tree
|
best_tree = tree
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue