Skip to content

Commit

Permalink
test fewer
Browse files Browse the repository at this point in the history
  • Loading branch information
QuanyiLi committed Oct 24, 2023
1 parent ca66ad9 commit 69aa3fa
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
pytest --cov=./ --cov-config=.coveragerc --cov-report=xml -sv tests/test_export_record_scenario
test_sensor_pipeline:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
Expand Down
2 changes: 0 additions & 2 deletions metadrive/tests/test_sensors/test_depth_cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
blackbox_test_configs = dict(
standard=dict(stack_size=3, width=256, height=128, rgb_clip=True),
small=dict(stack_size=1, width=64, height=32, rgb_clip=False),
large=dict(stack_size=5, width=800, height=600, rgb_clip=True),
no_clip=dict(stack_size=3, width=800, height=600, rgb_clip=False),
)


Expand Down
2 changes: 0 additions & 2 deletions metadrive/tests/test_sensors/test_main_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
blackbox_test_configs = dict(
standard=dict(stack_size=3, width=256, height=128, rgb_clip=True),
small=dict(stack_size=1, width=64, height=32, rgb_clip=False),
large=dict(stack_size=5, width=800, height=600, rgb_clip=True),
no_clip=dict(stack_size=3, width=800, height=600, rgb_clip=False),
)


Expand Down
2 changes: 0 additions & 2 deletions metadrive/tests/test_sensors/test_rgb_cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
blackbox_test_configs = dict(
standard=dict(stack_size=3, width=256, height=128, rgb_clip=True),
small=dict(stack_size=1, width=64, height=32, rgb_clip=False),
large=dict(stack_size=5, width=800, height=600, rgb_clip=True),
no_clip=dict(stack_size=3, width=800, height=600, rgb_clip=False),
)


Expand Down
2 changes: 0 additions & 2 deletions metadrive/tests/test_sensors/test_semantic_cam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
blackbox_test_configs = dict(
standard=dict(stack_size=3, width=256, height=128, rgb_clip=True),
small=dict(stack_size=1, width=64, height=32, rgb_clip=False),
large=dict(stack_size=5, width=800, height=600, rgb_clip=True),
no_clip=dict(stack_size=3, width=800, height=600, rgb_clip=False),
)


Expand Down

0 comments on commit 69aa3fa

Please sign in to comment.