Closed sylvlecl closed 2 years ago
Is this already addressed by the following commit? https://github.com/powsybl/powsybl-dynawo/commit/d0e16263da2cf89820108bfbdceccfffe76cc642
Indeed it is, we can close this issue.
Note however that if dynaflow is able to carry computations on multiple connected components, we could improve it by creating a "component result" for each connected component.
Do you know if that is the case ?
Well, I talked to @marcochiaramello, it seems Dynaflow is not ready to bring this feature, yet. I don't have any clue about when it is going to be available.
Ok thanks for the feedback! it's clearly not an issue at the moment.
Feature.
The dynaflow integration provides an empty list of
ComponentResult
, in theLoadFlowResult
.We should try to provide information about the executed computations in component results. In particular, knowing the status of the computation on network components will be very important for users.
In particular, being able to know if the computation has been successful or not.
Implementation question Does it require an evolution in DynaFlow to retrieve those informations ?