Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Nov 27, 2024
1 parent 9ec5675 commit 9c3829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_magent.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def test_lstm(
)
experiment.run()

@pytest.mark.parametrize("algo_config", IppoConfig)
@pytest.mark.parametrize("algo_config", [IppoConfig])
@pytest.mark.parametrize("task", [MAgentTask.ADVERSARIAL_PURSUIT])
def test_reloading_trainer(
self,
Expand Down

0 comments on commit 9c3829a

Please sign in to comment.