-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Leva's
RunnerResult
to update runner_class attribute handling
This commit updates the `RunnerResult` model in the Leva module to improve the handling of the `runner_class` attribute. The `runner_class` attribute is now properly handled to ensure that it is always present and correctly used in the `parsed_predictions` and `ground_truth` methods. This change includes modifications to the model and tests. Related to recent code changes that updated the `RunnerResult` model in the Leva module and the related repository commits that refactored the `ExperimentJob` class and improved parsed predictions extraction.
- Loading branch information
1 parent
f1a558f
commit 0446807
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
leva (0.1.6) | ||
leva (0.1.7) | ||
liquid (~> 5.5.0) | ||
rails (>= 7.2.0) | ||
|
||
|
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,3 +1,3 @@ | ||
module Leva | ||
VERSION = "0.1.6" | ||
VERSION = "0.1.7" | ||
end |