-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix job metrics and added some extra test * fix flake8 test * fix flake8 test on test * fix black test * fix flak8 test again * changed extract timestamp + added test * changed extract timestamp to add log * fixed issue when timestamp not in order. Added tests for the logic. * changed logic to have one array that gets reseted instead of one growing out of bounds array * removed the array as it was unecessary and work with timestamps over the current run and over all the runs * removed the array as it was unecessary and work with timestamps over the current run and over all the runs * fixed flake8 * fixed flake8 * fixed brake * fix one last time black * removed two unused dict * changed var names * modified following the good comments and added few methods to the JobCount class
- Loading branch information
Showing
2 changed files
with
109 additions
and
16 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