Skip to content

Commit

Permalink
Move all tests from pytest_runner to all_parameter_combos (#1074)
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniGrotto authored Aug 28, 2023
1 parent 9a820fb commit 1742c8d
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 124 deletions.
2 changes: 1 addition & 1 deletion pettingzoo/butterfly/cooperative_pong/cooperative_pong.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def render(self):
if self.render_mode == "human":
self.screen = pygame.display.set_mode((self.s_width, self.s_height))
pygame.display.set_caption("Cooperative Pong")
self.draw()
self.draw()

observation = np.array(pygame.surfarray.pixels3d(self.screen))
if self.render_mode == "human":
Expand Down
Loading

0 comments on commit 1742c8d

Please sign in to comment.