Skip to content

Commit 2ee6965

Browse files
committed
ints not strings in array fixtures for GTE survey game
1 parent f894721 commit 2ee6965

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tests/test_rsf.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,20 @@
118118
[
119119
np.array(
120120
[
121-
["2", "2", "2", "2", "0", "0", "0", "0", "5", "5", "5", "5"],
122-
["7", "7", "4", "4", "7", "7", "4", "4", "7", "7", "4", "4"],
123-
["3", "7", "3", "7", "3", "7", "3", "7", "3", "7", "3", "7"],
124-
["8", "2", "8", "2", "8", "2", "8", "2", "8", "2", "8", "2"],
125-
["6", "6", "6", "6", "6", "6", "6", "6", "6", "6", "6", "6"],
121+
[2, 2, 2, 2, 0, 0, 0, 0, 5, 5, 5, 5],
122+
[7, 7, 4, 4, 7, 7, 4, 4, 7, 7, 4, 4],
123+
[3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7],
124+
[8, 2, 8, 2, 8, 2, 8, 2, 8, 2, 8, 2],
125+
[6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6],
126126
]
127127
),
128128
np.array(
129129
[
130-
["8", "8", "8", "8", "1", "1", "1", "1", "2", "2", "2", "2"],
131-
["6", "6", "2", "2", "6", "6", "2", "2", "6", "6", "2", "2"],
132-
["7", "8", "7", "8", "7", "8", "7", "8", "7", "8", "7", "8"],
133-
["3", "2", "3", "2", "3", "2", "3", "2", "3", "2", "3", "2"],
134-
["4", "4", "4", "4", "4", "4", "4", "4", "4", "4", "4", "4"],
130+
[8, 8, 8, 8, 1, 1, 1, 1, 2, 2, 2, 2],
131+
[6, 6, 2, 2, 6, 6, 2, 2, 6, 6, 2, 2],
132+
[7, 8, 7, 8, 7, 8, 7, 8, 7, 8, 7, 8],
133+
[3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2],
134+
[4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4],
135135
]
136136
),
137137
],

0 commit comments

Comments
 (0)