Skip to content

Commit

Permalink
better list
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienT01 committed Oct 24, 2024
1 parent 7c05b98 commit 6f76651
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions rlberry/manager/tests/test_comparisons.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,28 +76,7 @@ def test_compare(method, source):
{
"agent": (["Agent 1"] * 10) + (["Agent 2"] * 10),
# "mean_eval": ([0] * 10) + ([10] * 10),
"mean_eval": [
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
],
"mean_eval": [range(12, 21)],
}
)

Expand Down

0 comments on commit 6f76651

Please sign in to comment.