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

Commit

Permalink
fix dataset value
Browse files Browse the repository at this point in the history
  • Loading branch information
Varun Sundar Rabindranath committed Mar 18, 2024
1 parent e6e6a2a commit ecde1d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ecde1d4

Please sign in to comment.