Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #327 from matsim-vsp/326-re-enable-the-analysis
Browse files Browse the repository at this point in the history
reactivate runCarrieranalysis,after fix in matsim-libs#3561
  • Loading branch information
kt86 authored Nov 13, 2024
2 parents 38d2f47 + 0656a11 commit 0a26470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.matsim</groupId>
<artifactId>matsim-all</artifactId>
<version>2025.0-PR3560</version>
<version>2025.0-PR3561</version>
<!-- <version>2025.0-PR3390</version>-->
<!-- <version>2025.0-2024w36</version>-->
<!-- <version>2025.0-SNAPSHOT</version>-->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,7 @@ public static void main(String[] args) {
.setVspDefaultsCheckingLevel(VspExperimentalConfigGroup.VspDefaultsCheckingLevel.warn);
controler.run();

//Todo: reactivate Analysis, as soon there is a fix. Currently it has a new issue, I need to investigate.... kmt' nov'24
//runCarrierAnalysis(controler.getControlerIO().getOutputPath(), config);
runCarrierAnalysis(controler.getControlerIO().getOutputPath(), config);

log.info("Done.");
}
Expand Down

0 comments on commit 0a26470

Please sign in to comment.