-
-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚀 Sort table data by percentage in descending order
In bananalyzer/hooks.py, a sorting function has been added to sort the table_data array. This change is made to improve the clarity of the presentation by showcasing the data in terms of the percentage, starting from the highest.
- Loading branch information
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "bananalyzer" | ||
version = "0.6.4" | ||
version = "0.6.5" | ||
|
||
description = "Open source AI Agent evaluation framework for web tasks 🐒🍌" | ||
authors = ["asim-shrestha <[email protected]>"] | ||
|