Skip to content

Commit

Permalink
ensure destinations are present on test request
Browse files Browse the repository at this point in the history
  • Loading branch information
abyrd committed Nov 2, 2023
1 parent 3b3d4ff commit c7f69ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public void testFilteredTripRandomization () throws Exception {
.weekendMorningPeak()
.setOrigin(20, 20)
.monteCarloDraws(1000)
.singleFreeformDestination(0, 0)
.build();

TravelTimeComputer computer = new TravelTimeComputer(task, network);
Expand Down

0 comments on commit c7f69ab

Please sign in to comment.