Skip to content

Commit

Permalink
Fix random integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpalms committed Oct 2, 2023
1 parent b6ca2d0 commit 3ca88ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ def test_random_integration(game_id, n_players, action_space, no_action_probabil
suffix + "opp_character", suffix + "action"]

assert func(game_id, n_players, action_space, frame_shape, wrappers_settings,
no_action_probability, use_mock_env, mocker) == 0
no_action_probability, continue_games, use_mock_env, mocker) == 0

0 comments on commit 3ca88ed

Please sign in to comment.