@@ -250,7 +250,7 @@ def test_choose_map_raises_on_empty_map_pool(map_pool_factory):
250250 {1 : 0 , 2 : 1.5 , 3 : 1.5 }
251251 ),
252252 # Really complex redistribution test
253- # 1 -> [5,6 ], [2,3] -> [5,6,8], [7,9] -> 5
253+ # 1 -> [5], [2,3] -> [5,6,8], [7,9] -> 5
254254 (
255255 {1 : 0.9 , 2 : 0.6 , 3 : 0.4 , 4 : 0.2 , 5 : 0.75 , 6 : 0.6 , 7 : 1 , 8 : 0.5 , 9 : 1 },
256256 [1 , 1 , 2 , 3 , 7 , 9 ],
@@ -261,8 +261,8 @@ def test_choose_map_raises_on_empty_map_pool(map_pool_factory):
261261 2 : 0 ,
262262 3 : 0 ,
263263 4 : 0.2 ,
264- 5 : pytest .approx (3.655405 , rel = 1e-6 ),
265- 6 : pytest .approx (1.324324 , rel = 1e-6 ),
264+ 5 : pytest .approx (4.055405 , rel = 1e-6 ),
265+ 6 : pytest .approx (0.924324 , rel = 1e-6 ),
266266 7 : 0 ,
267267 8 : pytest .approx (0.770270 , rel = 1e-6 ),
268268 9 : 0
@@ -279,8 +279,8 @@ def test_choose_map_raises_on_empty_map_pool(map_pool_factory):
279279 2 : 0 ,
280280 3 : 0 ,
281281 4 : 0.2 ,
282- 5 : pytest .approx (3.655405 , rel = 1e-6 ),
283- 6 : pytest .approx (1.324324 , rel = 1e-6 ),
282+ 5 : pytest .approx (4.055405 , rel = 1e-6 ),
283+ 6 : pytest .approx (0.924324 , rel = 1e-6 ),
284284 7 : 0 ,
285285 8 : pytest .approx (0.770270 , rel = 1e-6 ),
286286 9 : 0
0 commit comments