From 7968abed6f915c725ea370f997081c1e79dcde52 Mon Sep 17 00:00:00 2001 From: santi Date: Mon, 23 Sep 2024 18:33:09 +0100 Subject: [PATCH] Improved get_injection_devices_grouped_by_group_type by checking all the None chances --- .idea/workspace.xml | 53 +++++++------ .../Gui/Main/SubClasses/Results/results.py | 2 +- .../SigmaAnalysis/sigma_analysis_dialogue.py | 2 +- src/GridCal/{Session => Gui}/results_model.py | 0 src/GridCal/Session/session.py | 2 +- src/GridCalEngine/Devices/assets.py | 10 +++ src/GridCalEngine/Devices/multi_circuit.py | 77 ++++++++++++++----- 7 files changed, 97 insertions(+), 49 deletions(-) rename src/GridCal/{Session => Gui}/results_model.py (100%) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eca0856bc..57c812370 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -28,12 +28,14 @@