Skip to content

Commit

Permalink
closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 30, 2023
1 parent 3b6618e commit 2b58976
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import org.matsim.core.config.Config;
import org.matsim.core.utils.io.IOUtils;
import org.matsim.run.RunKelheimScenario;
import org.matsim.simwrapper.Dashboard;
import org.matsim.simwrapper.DashboardProvider;
import org.matsim.simwrapper.SimWrapper;
Expand All @@ -25,7 +24,7 @@ public List<Dashboard> getDashboards(Config config, SimWrapper simWrapper) {
trips.setAnalysisArgs("--dist-groups", "0,1000,2000,5000,10000,20000");
return List.of(
trips,
new TravelTimeComparisonDashboard(IOUtils.resolveFileOrResource( "kelheim-v" + RunKelheimScenario.VERSION + "-routes-ref.csv.gz").toString())
new TravelTimeComparisonDashboard(IOUtils.resolveFileOrResource( "kelheim-v3.0-routes-ref.csv.gz").toString())
);
}

Expand Down

0 comments on commit 2b58976

Please sign in to comment.