diff --git a/topology.py b/topology.py index 4c09bf57bc228033d5494f631438e97c704b7775..89138f5fab0df5177bb6228bc858776dceeb75ca 100644 --- a/topology.py +++ b/topology.py @@ -818,7 +818,7 @@ class Topology: ) elif logic["type"] == "ConnectionEnable": - enable = logic["enable"].resample(block.dynamic) + enable = logic["enable"].resample(block.dynamic).values connection = self._connections[key[1]] flow_var = block.component_dict[connection.in_flows[0]]