Skip to content

Commit

Permalink
Set use of bird distance accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
YasmineMoumou committed Aug 16, 2021
1 parent 76cf38d commit a9a05d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/connection_scan_algorithm/benchmark_CSA_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ class BenchmarkCSATests : public ConstantBenchmarkCSATests
{
calculator->params.setDefaultValues();
calculator->params.update(*parametersWithValues, calculator->scenarioIndexesByUuid, calculator->scenarios, calculator->nodeIndexesByUuid, calculator->agencyIndexesByUuid, calculator->lineIndexesByUuid, calculator->serviceIndexesByUuid, calculator->modeIndexesByShortname, calculator->dataSourceIndexesByUuid);
calculator->params.birdDistanceAccessibilityEnabled = true;

if (calculator->params.isCompleteForCalculation())
{
// find OdTrip if provided:
Expand Down

0 comments on commit a9a05d7

Please sign in to comment.