summaryrefslogtreecommitdiff
path: root/tests/simple_send_eth0_3s1r
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-06-10 18:01:51 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-06-10 18:01:51 +0200
commit94b47ceab5c910a6f17b5a4b69d2e14161be073e (patch)
treee99d352f76c5a164e5284ca85f178a38e5dbe7df /tests/simple_send_eth0_3s1r
parenta8579777024964f40a484f7248d040d1147e6086 (diff)
Use different matrix for wlan0 and eth0
Diffstat (limited to 'tests/simple_send_eth0_3s1r')
-rwxr-xr-xtests/simple_send_eth0_3s1r/simulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simple_send_eth0_3s1r/simulator.py b/tests/simple_send_eth0_3s1r/simulator.py
index 4a5aede..cc09486 100755
--- a/tests/simple_send_eth0_3s1r/simulator.py
+++ b/tests/simple_send_eth0_3s1r/simulator.py
@@ -8,7 +8,7 @@ import numpy as np
B=np.full((4,4),8)
L=np.full((4,4),0)
-s=esds.Simulator(B,L)
+s=esds.Simulator(B,L,B,L)
s.create_node("sender")
s.create_node("sender")