Skip to content

Commit

Permalink
review remark
Browse files Browse the repository at this point in the history
Signed-off-by: Didier Vidal <didier.vidal_externe@rte-france.com>
  • Loading branch information
vidaldid-rte committed Dec 2, 2024
1 parent 937775b commit a847544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private static boolean isIsolated(Terminal terminal) {
return true;
}

// The criteria should as close as possible to Networks.isIsolatedBusForHvdc - only connected to the station or a fictitious load
// The criteria should be as close as possible to Networks.isIsolatedBusForHvdc - only connected to the station or a fictitious load
return bus.getConnectedTerminalStream()
.map(Terminal::getConnectable)
.noneMatch(c -> !(c instanceof HvdcConverterStation<?> || c instanceof BusbarSection || isFictitiousLoad(c)));
Expand Down

0 comments on commit a847544

Please sign in to comment.