Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pveigadecamargo committed Jun 12, 2024
1 parent 2258bf3 commit b208c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Code example
------------

.. code:: python
from uuid import uuid4
from tempfile import gettempdir
from os.path import join
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Imports
graph.prepare_graph(centroids=[list_of_all_nodes_network_centroids])
rc = RouteChoice(graph, mat)
rc.set_choice_set_generation("bfsle", max_routes=5, beta=1.1)
rc.set_choice_set_generation("bfsle", max_routes=5)
rc.execute(perform_assignment=True)
Expand Down

0 comments on commit b208c08

Please sign in to comment.