Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Oct 24, 2023
1 parent b418576 commit 6b82bdf
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions metadrive/tests/test_examples/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@
import time
import pytest

examples = ["draw_maps.py",
"drive_in_multi_agent_env.py --top_down",
"drive_in_waymo_env.py --top_down",
"drive_in_waymo_env.py --reactive_traffic",
"drive_in_safe_metadrive_env.py",
"drive_in_single_agent_env.py",
"procedural_generation.py",
"profile_metadrive.py",
"profile_metadrive_marl.py",
"top_down_metadrive.py"]
examples = [
"draw_maps.py", "drive_in_multi_agent_env.py --top_down", "drive_in_waymo_env.py --top_down",
"drive_in_waymo_env.py --reactive_traffic", "drive_in_safe_metadrive_env.py", "drive_in_single_agent_env.py",
"procedural_generation.py", "profile_metadrive.py", "profile_metadrive_marl.py", "top_down_metadrive.py"
]
examples_dir_path = os.path.join(MetaDrive_PACKAGE_DIR, "examples")
scripts = [os.path.join(examples_dir_path, exp) for exp in examples]

Expand Down

0 comments on commit 6b82bdf

Please sign in to comment.