Skip to content

Commit

Permalink
Mutualize code
Browse files Browse the repository at this point in the history
Signed-off-by: lisrte <[email protected]>
  • Loading branch information
Lisrte committed Feb 26, 2024
1 parent 4a76966 commit 3c2de3d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ public SecurityAnalysisReport after(Path workingDir, ExecutionReport report) thr
if (Files.exists(outputNetworkFile)) {
NetworkResultsUpdater.update(context.getNetwork(), NetworkSerDe.read(outputNetworkFile), context.getDynaWaltzParameters().isMergeLoads());
}
// context.getContingencies().forEach(c -> {
// Reporter contingencyReporter = Reports.createDynaFlowTimelineReporter(reporter, c.getId());
// getTimeline(timelineDir, c).forEach(e -> CommonReports.reportTimelineEvent(contingencyReporter, e));
// });
ContingencyResultsUtils.reportContingenciesTimelines(context.getContingencies(), workingDir.resolve(DYNAWO_TIMELINE_FOLDER), reporter);

return new SecurityAnalysisReport(
Expand Down

0 comments on commit 3c2de3d

Please sign in to comment.