Add nuplan route info (#98)

This commit is contained in:
Quanyi Li
2025-03-05 16:42:20 +00:00
committed by GitHub
parent 6a25d3371f
commit cebcbe6700
6 changed files with 539 additions and 8 deletions

View File

@@ -38,7 +38,6 @@ jobs:
pip install tensorflow==2.11.0
pip install protobuf==3.20
pip install cython
pip install numpy
pip install -e .
pip install pytest
pip install pytest-cov
@@ -48,7 +47,7 @@ jobs:
cd metadrive
pip install -e .
cd ../
pip install numpy==1.26.4
cd scenarionet/
pytest --cov=./ --cov-config=.coveragerc --cov-report=xml -sv tests