powsybl / powsybl-diagram

SVG diagrams generation: single-line substation diagrams and network graph diagrams
Mozilla Public License 2.0
72 stars 13 forks source link

Running the layout is not idempotent #289

Open flo-dup opened 2 years ago

flo-dup commented 2 years ago
flo-dup commented 2 years ago

This does not really occur anymore, as it is not possible to run twice the layout directly with the new SingleLineDiagram interface. Nonetheless, the behaviour is not normal and should be investigated further

geofjamg commented 2 years ago

This does not really occur anymore, as it is not possible to run twice the layout directly with the new SingleLineDiagram interface. Nonetheless, the behaviour is not normal and should be investigated further

But we cannot suppose that everybody will use SingleLineDiagram. This is just a convenient utility class.

flo-dup commented 2 years ago

Yes, in fact that's what I meant by saying "not really".