Skip to content

Commit

Permalink
delete todo after manual check of stations
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Aug 22, 2024
1 parent fff091d commit d5834ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/matsim/run/LausitzScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,6 @@ protected Config prepareConfig(Config config) {
eConfig.setHbefaTableConsistencyCheckingLevel(EmissionsConfigGroup.HbefaTableConsistencyCheckingLevel.consistent);
eConfig.setDetailedVsAverageLookupBehavior(EmissionsConfigGroup.DetailedVsAverageLookupBehavior.tryDetailedThenTechnologyAverageThenAverageTable);
}


// TODO: recreate counts format with car and trucks

return config;
}

Expand Down

0 comments on commit d5834ff

Please sign in to comment.