Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 27, 2023
1 parent 48395da commit 935e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pettingzoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_all_tasks(
experiment.run()

@pytest.mark.parametrize("algo_config", [IppoConfig, QmixConfig, IsacConfig])
@pytest.mark.parametrize("task", [PettingZooTask.MULTIWALKER])
@pytest.mark.parametrize("task", [PettingZooTask.SIMPLE_TAG])
def test_gnn(
self,
algo_config: AlgorithmConfig,
Expand Down

0 comments on commit 935e49e

Please sign in to comment.