Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
KasiaKoz committed Nov 12, 2024
1 parent a243bbe commit f87625c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/genet/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1045,8 +1045,8 @@ def separate_modes_in_network(
[out] {"id": "bike---LINK_ID", "modes": {"bike"}, "freespeed": 5, ...}
```
In the case when a link already has a single dedicated mode, no updates are made to the link ID.
You can assume that all links that were in the network previously are still there, but their allowed modes may have changed.
In the case when a link already has a single dedicated mode, it will be replaced aby a link with a new, prefixed ID.
Other links modes will have changed also.
So, any simulation outputs may not be valid with this new network.
"""
modes = modes.split(",")
Expand Down

0 comments on commit f87625c

Please sign in to comment.