Skip to content

Commit

Permalink
fix: fix sim ElectricalBroadband node data emit
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniaelsen committed Oct 16, 2024
1 parent 20e2a8c commit 3ebca1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapse/simulator/nodes/electrical_broadband.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import asyncio
import random
import time

Expand Down Expand Up @@ -57,4 +58,4 @@ async def run(self):

t0 = now

time.sleep(0.100)
await asyncio.sleep(0.100)

0 comments on commit 3ebca1a

Please sign in to comment.