Skip to content

Commit

Permalink
fix black errors in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarnesen committed Oct 31, 2022
1 parent 9335d32 commit 7714484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/scripts/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@ def test_train_rl_video_saving(tmpdir):
config_updates = dict(
common=dict(log_root=tmpdir),
video_save_interval=1,
)
)
run = train_rl.train_rl_ex.run(
named_configs=["cartpole"] + ALGO_FAST_CONFIGS["rl"],
config_updates=config_updates,
Expand All @@ -997,7 +997,7 @@ def test_train_adversarial_video_saving(tmpdir):
common=dict(log_root=tmpdir),
demonstrations=dict(rollout_path=PENDULUM_TEST_ROLLOUT_PATH),
video_save_interval=1,
)
)
run = train_adversarial.train_adversarial_ex.run(
command_name="gail",
named_configs=named_configs,
Expand Down

0 comments on commit 7714484

Please sign in to comment.