From db94ba6832017da6a763d170ce6abc342ce9ceea Mon Sep 17 00:00:00 2001 From: Jingyu Gong <jingyu.gong@isea.rwth-aachen.de> Date: Tue, 14 Jan 2025 15:34:06 +0100 Subject: [PATCH] Fixing small mistake in topology --- topology.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology.py b/topology.py index 37b0263..9138672 100644 --- a/topology.py +++ b/topology.py @@ -779,7 +779,7 @@ class Topology: ) elif logic["type"] == "ConnectorEnable": - enable = logic["enable"].resample(block.dynamic) + enable = logic["enable"].resample(block.dynamic).values connector_var = block.component_dict[ logic["connectors"][key[1]] -- GitLab