fix examples
This commit is contained in:
parent
bc218a416b
commit
e11132b51d
20 changed files with 406 additions and 101 deletions
14
README.md
14
README.md
|
|
@ -61,6 +61,20 @@ Check the `examples/` directory for ready-to-run scripts. To run an example:
|
|||
python3 examples/01_simple_route.py
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
Run the default correctness suite with:
|
||||
|
||||
```bash
|
||||
python3 -m pytest
|
||||
```
|
||||
|
||||
Runtime regression checks for the example scenarios are opt-in and require:
|
||||
|
||||
```bash
|
||||
INIRE_RUN_PERFORMANCE=1 python3 -m pytest -q inire/tests/test_example_performance.py
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
Full documentation for all user-tunable parameters, cost functions, and collision models can be found in **[DOCS.md](DOCS.md)**.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue