@@ -323,21 +323,21 @@ async def test_matryoshka_with_excl_2() -> None:
323323 tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 10.0 , 50.0 ), expected = 30.0 )
324324 tester .bounds (priority = 0 , expected_power = 30.0 , expected_bounds = (0.0 , 50.0 ))
325325
326- tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 10.0 , 20.0 ), expected = - 10 .0 )
327- tester .bounds (priority = 0 , expected_power = - 10 .0 , expected_bounds = (0.0 , 20.0 ))
326+ tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 10.0 , 20.0 ), expected = 0 .0 )
327+ tester .bounds (priority = 0 , expected_power = 0 .0 , expected_bounds = (0.0 , 20.0 ))
328328
329- tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 10.0 , - 5.0 ), expected = None )
329+ tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 10.0 , - 5.0 ), expected = - 10.0 )
330330 tester .bounds (priority = 0 , expected_power = - 10.0 , expected_bounds = (0.0 , 0.0 ))
331331
332- tester .tgt_power (priority = 2 , power = - 10.0 , bounds = (- 200.0 , - 5.0 ), expected = - 20 .0 )
333- tester .bounds (priority = 1 , expected_power = - 20 .0 , expected_bounds = (- 190.0 , 5.0 ))
334- tester .bounds (priority = 0 , expected_power = - 20 .0 , expected_bounds = (0.0 , 5.0 ))
332+ tester .tgt_power (priority = 2 , power = - 10.0 , bounds = (- 200.0 , - 5.0 ), expected = - 15 .0 )
333+ tester .bounds (priority = 1 , expected_power = - 15 .0 , expected_bounds = (- 190.0 , 5.0 ))
334+ tester .bounds (priority = 0 , expected_power = - 15 .0 , expected_bounds = (0.0 , 5.0 ))
335335
336336 tester .tgt_power (priority = 1 , power = - 10.0 , bounds = (- 100.0 , - 5.0 ), expected = None )
337- tester .bounds (priority = 0 , expected_power = - 20 .0 , expected_bounds = (- 90.0 , 5.0 ))
337+ tester .bounds (priority = 0 , expected_power = - 15 .0 , expected_bounds = (- 90.0 , 5.0 ))
338338
339- tester .tgt_power (priority = 1 , power = - 40.0 , bounds = (- 100.0 , - 35.0 ), expected = - 50 .0 )
340- tester .bounds (priority = 0 , expected_power = - 50 .0 , expected_bounds = (- 60.0 , 5.0 ))
339+ tester .tgt_power (priority = 1 , power = - 40.0 , bounds = (- 100.0 , - 35.0 ), expected = - 45 .0 )
340+ tester .bounds (priority = 0 , expected_power = - 45 .0 , expected_bounds = (- 60.0 , 5.0 ))
341341
342342
343343async def test_matryoshka_with_excl_3 () -> None :
0 commit comments