Skip to content

Commit

Permalink
fix: add black death wrapper to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
KaleabTessera committed Nov 7, 2023
1 parent 9788c66 commit 344ee29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_vector/test_pettingzoo_to_vec.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_terminal_obs_are_returned():
"""
max_cycles = 300
env = knights_archers_zombies_v10.parallel_env(spawn_rate=50, max_cycles=300)
env = black_death_v3(env)
env = pettingzoo_env_to_vec_env_v1(env)
env.reset(seed=42)

Expand Down

0 comments on commit 344ee29

Please sign in to comment.