mirror of
https://github.com/Aider-AI/aider
synced 2026-05-10 09:02:50 +02:00
fix: Use configured pass_rate for graph data in search
This commit is contained in:
@@ -175,7 +175,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
rows[i].style.display = '';
|
||||
displayedData.push(allData[i]);
|
||||
leaderboardData.labels.push(allData[i].model);
|
||||
leaderboardData.datasets[0].data.push(allData[i].pass_rate_2);
|
||||
leaderboardData.datasets[0].data.push(allData[i].pass_rate);
|
||||
} else {
|
||||
rows[i].style.display = 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user