diff options
Diffstat (limited to 'tests/simple_send_wlan0_1s2r/simulator.py')
| -rwxr-xr-x | tests/simple_send_wlan0_1s2r/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_send_wlan0_1s2r/simulator.py b/tests/simple_send_wlan0_1s2r/simulator.py index 3f53e63..0778101 100755 --- a/tests/simple_send_wlan0_1s2r/simulator.py +++ b/tests/simple_send_wlan0_1s2r/simulator.py @@ -8,7 +8,7 @@ import numpy as np B=np.full((3,3),8) L=np.full((3,3),0) -s=esds.Simulator(B,L) +s=esds.Simulator(B,L,B,L) s.create_node("sender") s.create_node("receiver") |
