Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Fix nightly - 03/18/2024 #136

Merged
merged 6 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix dataset value
Varun Sundar Rabindranath committed Mar 18, 2024
commit ecde1d42de85f79f9a0b7b08c3d9c72b25445330
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ def extra_from_benchmark_result(br: BenchmarkResult) -> dict:
BenchmarkResult.MODEL_KEY_:
br.get(BenchmarkResult.MODEL_KEY_),
BenchmarkResult.DATASET_KEY_:
br.get(BenchmarkResult.MODEL_KEY_)
br.get(BenchmarkResult.DATASET_KEY_)
}
return extra