Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
tschlenther committed Oct 2, 2024
1 parent 43a6b27 commit 7f1651f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package org.matsim.dashboard;

import org.matsim.analysis.postAnalysis.NoiseAverageAnalysis;
import org.matsim.run.RunKelheimScenario;
import org.matsim.simwrapper.*;
import org.matsim.simwrapper.viz.ColorScheme;
import org.matsim.simwrapper.viz.GridMap;
Expand Down
12 changes: 0 additions & 12 deletions src/main/java/org/matsim/run/RunKelheimScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ protected void prepareControler(Controler controler) {
controler.addOverridingModule(new AbstractModule() {
@Override
public void install() {
// install(new KelheimPtFareModule());
install(new PtFareModule());
install(new SwissRailRaptorModule());
install(new PersonMoneyEventsAnalysisModule());
Expand Down Expand Up @@ -381,17 +380,6 @@ public void install() {
// TODO: when to include AV?
//estimatorConfig.addParameterSet(new DrtEstimatorConfigGroup("av"));


// if (intermodal){
// controler.addOverridingModule(new IntermodalTripFareCompensatorsModule());
// controler.addOverridingModule(new PtIntermodalRoutingModesModule());
// controler.addOverridingModule(new AbstractModule() {
// @Override
// public void install() {
// bind(RaptorIntermodalAccessEgress.class).to(EnhancedRaptorIntermodalAccessEgress.class);
// }
// });
// }
}
}
}

0 comments on commit 7f1651f

Please sign in to comment.