mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: Update label format in architect post
This commit is contained in:
parent
0bd8058589
commit
44b61fc370
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ top coding models, as compared to their previous "solo" scores (striped bars).
|
||||||
{% assign grouped_data = sorted_data | group_by: "model" %}
|
{% assign grouped_data = sorted_data | group_by: "model" %}
|
||||||
{% for group in grouped_data %}
|
{% for group in grouped_data %}
|
||||||
{% for item in group.items %}
|
{% for item in group.items %}
|
||||||
labels.push("{{ item.editor_model | default: "(No Editor)" }} {{ item.editor_edit_format | default: item.edit_format }}");
|
labels.push("{{ item.editor_model | default: "No architect/editor" }}: {{ item.editor_edit_format | default: item.edit_format }}");
|
||||||
data.push({{ item.pass_rate_2 }});
|
data.push({{ item.pass_rate_2 }});
|
||||||
if ("{{ item.editor_model }}" == "") {
|
if ("{{ item.editor_model }}" == "") {
|
||||||
backgroundColors.push(patterns["{{ item.model }}"]);
|
backgroundColors.push(patterns["{{ item.model }}"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue