Sylvain Leclerc

Results 52 comments of Sylvain Leclerc

Not closing yet the issue, but there has been evolutions in that direction: we'll now be able to update the network using pandas dataframes, see for example this extract from...

You may rebuild from sources, or wait for the release which should happen shortly :) All columns of the dataframe are optional, so you may define only the fields you...

Note that using `NaN` that way raises some questions: 1. it maybe be a valid value that we actually want to set 2. is it possible to use it for...

Thanks for the test: it seems that we will have an issue for booleans and integers then. A solution could be to provide a "mask" as a second argument but...

I would appreciate some opinion about this API evolution before merging the related PR (thanks @AnkurArohi for the thumbs up ^^ ), in particular about the "terminals" part: @annetill @geofjamg

As discussed today, let's put this on hold until java API is reviewed, in particular: - using voltage level ID (tee point ID) instead of lines IDs - parameters naming

Thanks for the detailed analysis! Just a quick answer to this part: > Why do you make private systematically every imported object, such as : import datetime as _datetime? The...

The work in #306 and #307 should solve some of the typing problems you reported: - we will now provide stubs for `_pypowsybl` - the integration process now includes a...

Hi @PatrickBourdon Did you have any opportunity to check if typing problems have indeed been solved in the last releases of pypowsybl, or if some remain ?

Fixed additional missing types for `__members__`, following your mail feedback: #396