Bertrand Rix
Bertrand Rix
@EtienneLt Thanks, yes I am still working on it and will push more commits soon (adding to OperatorStrategyResult and removing the computationOK boolean everywhere).
@vmouradian I am not sure we can merge as it is right now : * I think we can probably avoid creating another enum for status * This means maybe...
@jlbouchot After some discussion with @annetill It seems one of the step for this implementation is to move AcSecurityAnalysis.runActionSimulation into AbstractSecurityAnalysis to be usable from DcSecurityAnalysis. We should probably also...
@EtienneLt Yes it was missing indeed, I fixed it.
For the documentation of the function I used the one from powsybl core. Also the parameters name are the same as in the core API but I don't really get...
@sylvlecl I updated the pull request with latest changes in powsybl-core. Can you take a look and see if there is still work to do ?
@EtienneLt I am fixing the small conflict with main.
FYI following discussions with @geofjamg I am working to support io.BytesIO as an input to load a network. This mean the content have to be fully loaded in memory but...
Hello @geofjamg @annetill , this is a first draft for the support of EMF in pypowsybl. Feel free to comment, I will begin to work on it as some design...
@annetill Yes, as I began to work on a prototype I asked myself the same thing about CGMESControlAreas and I am not sure what is best. In the tutorial CGMESControlAreas...