Skip to content
Snippets Groups Projects
Commit db94ba68 authored by Jingyu Gong's avatar Jingyu Gong
Browse files

Fixing small mistake in topology

parent b5c0d047
No related branches found
No related tags found
No related merge requests found
......@@ -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]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment