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

Commit

Permalink
comment out runCarrieranalysis, because it is broken somewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kt86 committed Nov 12, 2024
1 parent 2d3e661 commit af4fe05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ public static void main(String[] args) {
.setVspDefaultsCheckingLevel(VspExperimentalConfigGroup.VspDefaultsCheckingLevel.warn);
controler.run();

runCarrierAnalysis(controler.getControlerIO().getOutputPath(), config);
//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);

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

0 comments on commit af4fe05

Please sign in to comment.