Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Dec 6, 2023
1 parent 324794e commit 56c54b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion input/v3.1/kelheim-v3.1-25pct.kexi.config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<module name="informedModeChoice">
<param name="modes" value="car,pt,bike,walk,ride,drt"/>
<param name="topK" value="20"/>
<param name="constraintCheck" value="ignore"/>
<param name="constraintCheck" value="none"/>
</module>

<module name="transitRouter">
Expand Down
2 changes: 1 addition & 1 deletion input/v3.1/kelheim-v3.1-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<module name="informedModeChoice">
<param name="modes" value="car,pt,bike,walk,ride"/>
<param name="topK" value="20"/>
<param name="constraintCheck" value="ignore"/>
<param name="constraintCheck" value="none"/>
</module>

<module name="transitRouter">
Expand Down

0 comments on commit 56c54b4

Please sign in to comment.