From 3d2e36591fd3858c1315159b1a7119eac5961af2 Mon Sep 17 00:00:00 2001 From: santi Date: Mon, 6 May 2024 19:12:45 +0100 Subject: [PATCH] Worked issue #279 --- .idea/workspace.xml | 138 ++++++++------- .../Devices/Substation/connectivity_node.py | 11 +- src/GridCalEngine/Devices/multi_circuit.py | 20 ++- .../sergio_dorado_example_bad.py | 88 ++++++++++ .../sergio_dorado_example_good.py | 159 ++++++++++++++++++ 5 files changed, 347 insertions(+), 69 deletions(-) create mode 100644 src/trunk/substation_reduction/sergio_dorado_example_bad.py create mode 100644 src/trunk/substation_reduction/sergio_dorado_example_good.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index e932bf9d4..1765426fc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -29,19 +29,12 @@