Skip to content

Commit 69edd80

Browse files
committed
bugfix stopping game tests
1 parent 099d401 commit 69edd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulation-system/libs/gym-csle-stopping-game/tests/test_stopping_game_env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def test_step(self) -> None:
357357
1,
358358
(
359359
np.array(
360-
[[0.2, 0.8], [0.6, 0.4], [0.5, 0.5], [0.5, 0.5]]
360+
[[0.2, 0.8], [0.6, 0.4], [0.5, 0.5]]
361361
),
362362
2,
363363
),

0 commit comments

Comments
 (0)