Skip to content

Commit 4f1382f

Browse files
Update 0mq/comm_node.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e980a81 commit 4f1382f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

0mq/comm_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
u = concore.read(concore.iport['U'],"u",init_simtime_u)
1515
concore.write(concore.oport['U1'],"u",u)
1616
print(u)
17-
old2 = concore.simtime
17+
old2 = float(concore.simtime)
1818
while concore.unchanged() or concore.simtime <= old2:
1919
ym = concore.read(concore.iport['Y1'],"ym",init_simtime_ym)
2020
concore.write(concore.oport['Y'],"ym",ym)

0 commit comments

Comments
 (0)