Skip to content

Commit

Permalink
adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed May 3, 2024
1 parent 8dcff4d commit fdb0e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/scenarios/mielec/mielec_edrt_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<parameterset type="drt">
<parameterset type="ExtensiveInsertionSearch"/>
<param name="stopDuration" value="60"/>
<param name="maxWaitTime" value="600"/>
<parameterset type="drtOptimizationConstraints">
<param name="maxWaitTime" value="600"/>
<param name="maxTravelTimeAlpha" value="1.3"/>
Expand Down
4 changes: 2 additions & 2 deletions examples/scenarios/mielec/mielec_stop_based_drt_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<param name="maxWaitTime" value="600"/>
<param name="maxTravelTimeAlpha" value="1.3"/>
<param name="maxTravelTimeBeta" value="400"/>
<!-- Maximum walk distance to next stop location in stationbased system. -->
<param name="maxWalkDistance" value="1500.0"/>
</parameterset>

<!-- Maximum walk distance to next stop location in stationbased system. -->
<param name="maxWalkDistance" value="1500.0"/>
<!-- Operational Scheme, either door2door or stopbased. door2door by default -->
<param name="operationalScheme" value="stopbased"/>
<!-- Stop locations file (transit schedule format, but without lines) for DRT stops. Used only for the stopbased mode -->
Expand Down

0 comments on commit fdb0e02

Please sign in to comment.