From 94b47ceab5c910a6f17b5a4b69d2e14161be073e Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Fri, 10 Jun 2022 18:01:51 +0200 Subject: Use different matrix for wlan0 and eth0 --- tests/simple_wait_2n/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_wait_2n') diff --git a/tests/simple_wait_2n/simulator.py b/tests/simple_wait_2n/simulator.py index b2c042c..9690b3f 100755 --- a/tests/simple_wait_2n/simulator.py +++ b/tests/simple_wait_2n/simulator.py @@ -8,7 +8,7 @@ import numpy as np B=np.full((2,2),2) L=np.full((2,2),0) -s=esds.Simulator(B,L) +s=esds.Simulator(B,L,B,L) s.create_node("node") s.create_node("node") -- cgit v1.2.3