-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] style(megabench): improve code formatting and import ordering (#…
…497) * 💄 style(megabench): improve code formatting and import ordering - re-order imports based on PEP 8 - remove unnecessary blank lines - format tuples and lists to be more concise - apply consistent string formatting across files ♻️ refactor(megabench): optimize loop and conditional structures - refactor match-case statements for Python 3.9 compatibility - optimize list comprehensions for improved performance - simplify nested conditionals for better readability * 💄 style(metrics): reformat import statements for readability - convert single-line import statements to multi-line format using parentheses for better readability - remove unnecessary blank lines to improve code consistency * ✨ feat(utils): add timestamp to submission file names - import time module for timestamp generation - append timestamp to submission file names for uniqueness and traceability
- Loading branch information
Showing
44 changed files
with
346 additions
and
565 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
Oops, something went wrong.