We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619e665 commit 1c63cb1Copy full SHA for 1c63cb1
1 file changed
setup/test_tutorial.sh
@@ -43,8 +43,8 @@ if [[ ${RUNNING_IN_CI} == "True" ]]; then
43
fi
44
45
# 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
+xvfb-run python python-sdk/tutorials/nuscenes_tutorial.py
+# xvfb-run python python-sdk/tutorials/nuimages_tutorial.py
+xvfb-run python python-sdk/tutorials/can_bus_tutorial.py
+xvfb-run python python-sdk/tutorials/map_expansion_tutorial.py
+xvfb-run python python-sdk/tutorials/prediction_tutorial.py
0 commit comments