Skip to content

Commit

Permalink
Merge pull request #169 from toruseo/develop
Browse files Browse the repository at this point in the history
Implement DTA solvers and demo
  • Loading branch information
toruseo authored Jan 6, 2025
2 parents 950130d + 308f8f7 commit 3ce811d
Show file tree
Hide file tree
Showing 15 changed files with 4,057 additions and 414 deletions.
34 changes: 0 additions & 34 deletions .github/release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/verify-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
- name: Install pytest other dependencies
run: pip install pytest pytest-rerunfailures pytest-xdist setuptools
- name: Run verifications with pytest
run: pytest -n auto tests/test_verification_straight_road.py tests/test_verification_route_choice.py tests/test_verification_node.py tests/test_verification_exceptional.py tests/test_verification_sioux_falls.py tests/test_verification_multilane.py tests/test_verification_taxi.py --durations=0 -v
run: pytest -n auto tests/test_verification_straight_road.py tests/test_verification_route_choice.py tests/test_verification_node.py tests/test_verification_exceptional.py tests/test_verification_sioux_falls.py tests/test_verification_multilane.py tests/test_verification_taxi.py tests/test_verification_dta_solvers.py --durations=0 -v
2,071 changes: 2,071 additions & 0 deletions demos_and_examples/demo_notebook_09en_dynamic_traffic_assignment.ipynb

Large diffs are not rendered by default.

171 changes: 0 additions & 171 deletions demos_and_examples/example_22en_routing_optimization.py

This file was deleted.

Loading

0 comments on commit 3ce811d

Please sign in to comment.