Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix tests after auto rendering
  • Loading branch information
younik committed Sep 27, 2022
commit 850f04177fcece1450459cebcd6904660f1bf005
2 changes: 1 addition & 1 deletion test/pytest_runner_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_module(name, env_module):
max_cycles_test(env_module)

if ("butterfly/" in name) or ("mpe/" in name) or ("magent/" in name):
state_test(_env, env_module.parallel_env())
state_test(env_module.env(), env_module.parallel_env())

# recreated_env = pickle.loads(pickle.dumps(_env))
# recreated_env.seed(42)
Expand Down