Skip to content

Commit

Permalink
idf pt estimator was not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Oct 8, 2024
1 parent 65d1c10 commit ca57c26
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static public void adaptConfiguration(Config config, String prefix) {
eqasimConfig.setCostModel(TransportMode.pt, IDFModeChoiceModule.PT_COST_MODEL_NAME);

eqasimConfig.setEstimator(TransportMode.car, IDFModeChoiceModule.CAR_ESTIMATOR_NAME);
eqasimConfig.setEstimator(TransportMode.pt, IDFModeChoiceModule.PT_ESTIMATOR_NAME);
eqasimConfig.setEstimator(IDFModeChoiceModule.BICYCLE, IDFModeChoiceModule.BICYCLE_ESTIMATOR_NAME);
eqasimConfig.setEstimator(IDFModeChoiceModule.CAR_PASSENGER, IDFModeChoiceModule.CAR_PASSENGER_ESTIMATOR_NAME);
eqasimConfig.removeEstimator(TransportMode.bike);
Expand Down

0 comments on commit ca57c26

Please sign in to comment.