Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Oct 24, 2023
1 parent c49df7d commit 30115d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* */
public class BasicDrtAbortHandler implements AbortHandler, MobsimEngine {
public static final String COMPONENT_NAME = "DrtAbortHandler";
static final String walkAfterRejectMode = "walkAfterReject";
public static final String walkAfterRejectMode = "walkAfterReject";
private static final String delimiter = "============";
@Inject
Network network;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

import java.net.URL;

import static org.matsim.contrib.drt.optimizer.abort.BasicDrtAbortHandler.walkAfterRejectMode;
import static org.matsim.core.config.groups.ScoringConfigGroup.*;

public class DrtAbortTest{
Expand All @@ -35,7 +36,7 @@ public class DrtAbortTest{
@Rule
public MatsimTestUtils utils = new MatsimTestUtils();

static final String walkAfterRejectMode = "walkAfterReject";
// static final String walkAfterRejectMode = "walkAfterReject";

enum Variant {simpleTest, iterations, benchmark };

Expand Down

0 comments on commit 30115d5

Please sign in to comment.