Skip to content

Commit 1c63cb1

Browse files
committed
Test tutorials
1 parent 619e665 commit 1c63cb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup/test_tutorial.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ if [[ ${RUNNING_IN_CI} == "True" ]]; then
4343
fi
4444

4545
# Run tutorial
46-
# xvfb-run python python-sdk/tutorials/nuscenes_tutorial.py
47-
xvfb-run python python-sdk/tutorials/nuimages_tutorial.py
48-
# xvfb-run python python-sdk/tutorials/can_bus_tutorial.py
49-
# xvfb-run python python-sdk/tutorials/map_expansion_tutorial.py
50-
# xvfb-run python python-sdk/tutorials/prediction_tutorial.py
46+
xvfb-run python python-sdk/tutorials/nuscenes_tutorial.py
47+
# xvfb-run python python-sdk/tutorials/nuimages_tutorial.py
48+
xvfb-run python python-sdk/tutorials/can_bus_tutorial.py
49+
xvfb-run python python-sdk/tutorials/map_expansion_tutorial.py
50+
xvfb-run python python-sdk/tutorials/prediction_tutorial.py

0 commit comments

Comments
 (0)