Closed n0xtua closed 1 year ago
There was a bug in the 1.4.0 tag for sanity test which is fixed on the current HEAD.
# These options do not exist.
./examples/tests/test_examples.py::test_examples[hiway_v1] \
./examples/tests/test_examples.py::test_examples[laner] \
The current file is fixed.
https://github.com/huawei-noah/SMARTS/blob/c164c5cf04f4d361d149788ac57bace0e4720b13/Makefile#L26-L40
If it helps I will release a 1.4.1
tag by tomorrow. It would contain mainly bugfixes.
Sure, that would be nice.
I was able to pass the sanity-test after removing the options you mentioned from the Makefile. Thanks for your help.
High Level Description
I followed the instructions the setup page of the documentation, the only difference being I am using a conda. I am getting an error while running
make sanity-test
I am able to build scenarios and run the example scripts but I wanted to make sure that this won't be a problem in the future.Conda version 22.9.0 Python version 3.9.18
Steps followed:
Version
v1.4.0
Operating System
Ubuntu 18.04.6
Problems