mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
fix: Remove visible Liquid comment from leaderboard page
This commit is contained in:
parent
e711eaa810
commit
380d8570dc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ The model also has to successfully apply all its changes to the source file with
|
|||
{% assign max_cost = row.total_cost %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if max_cost == 0 %}{% assign max_cost = 1 %}{% endif %} {# Avoid division by zero #}
|
||||
{% if max_cost == 0 %}{% assign max_cost = 1 %}{% endif %}
|
||||
{% assign edit_sorted = site.data.polyglot_leaderboard | sort: 'pass_rate_2' | reverse %}
|
||||
{% for row in edit_sorted %}
|
||||
<tr style="border-bottom: 1px solid #ddd;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue