diff options
Diffstat (limited to 'tests/simple_send_wlan0_2s1r')
| -rwxr-xr-x | tests/simple_send_wlan0_2s1r/simulator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_send_wlan0_2s1r/simulator.py b/tests/simple_send_wlan0_2s1r/simulator.py index 9faaf3d..9980b2a 100755 --- a/tests/simple_send_wlan0_2s1r/simulator.py +++ b/tests/simple_send_wlan0_2s1r/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("sender") |
